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 libidn".
http://git.savannah.gnu.org/cgit/libidn.git/commit/?id=cf725246a5585d56ccb14c46bfe2a163342ff21f The branch, master has been updated via cf725246a5585d56ccb14c46bfe2a163342ff21f (commit) via 19cc11e8e0249ba15e4d7988f6a603cbc3ddbc64 (commit) from 0949633139994875fc730179ba477ce829195ca5 (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 cf725246a5585d56ccb14c46bfe2a163342ff21f Author: Nitin A Kamble <[email protected]> Date: Thu May 10 12:56:52 2012 +0200 Fix version controlled build of libidn with automake 1.12. Signed-off-by: Simon Josefsson <[email protected]> commit 19cc11e8e0249ba15e4d7988f6a603cbc3ddbc64 Author: Simon Josefsson <[email protected]> Date: Fri Apr 27 13:52:03 2012 +0200 Add. ----------------------------------------------------------------------- Summary of changes: NEWS | 2 ++ configure.ac | 4 ++++ 2 files changed, 6 insertions(+), 0 deletions(-) diff --git a/NEWS b/NEWS index 02a8791..57d9d68 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,8 @@ Reported by Bartosz Brachaczek <[email protected]>. ** tests: Ship with a valgrind suppressions file for the strlen issue. See bottom of HACKING for discussion. +** Update gnulib files and translations. + ** API and ABI is backwards compatible with the previous version. * Version 1.24 (released 2012-01-10) [stable] diff --git a/configure.ac b/configure.ac index 4725137..dced578 100644 --- a/configure.ac +++ b/configure.ac @@ -34,6 +34,10 @@ AC_SUBST(LT_CURRENT, 17) AC_SUBST(LT_REVISION, 8) AC_SUBST(LT_AGE, 6) +# automake 1.12 seems to require this, but automake 1.11 doesn't recognize it +m4_pattern_allow([AM_PROG_AR]) +AM_PROG_AR + AC_PROG_CC gl_EARLY lgl_EARLY hooks/post-receive -- GNU libidn _______________________________________________ Libidn-commit mailing list [email protected] https://lists.gnu.org/mailman/listinfo/libidn-commit
