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=bb239c491ba93a9d2cecf81b53855ecc46d86140 The branch, master has been updated via bb239c491ba93a9d2cecf81b53855ecc46d86140 (commit) from 951f385d7e60341d452a38eabd6904c2b2a21086 (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 bb239c491ba93a9d2cecf81b53855ecc46d86140 Author: Simon Josefsson <[email protected]> Date: Tue Mar 9 08:16:53 2010 +0100 Don't use deprecated libtool functions. ----------------------------------------------------------------------- Summary of changes: configure.ac | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 888fcac..7066f7b 100644 --- a/configure.ac +++ b/configure.ac @@ -39,11 +39,10 @@ AM_INIT_AUTOMAKE([1.10 -Wall -Werror -Wno-override]) AC_CONFIG_HEADERS(config.h) # Checks for programs. -AC_LIBTOOL_WIN32_DLL AC_PROG_CC +LT_INIT([win32-dll]) lgl_EARLY gl_EARLY -AC_PROG_LIBTOOL AM_MISSING_PROG(PERL, perl, $missing_dir) AM_MISSING_PROG(HELP2MAN, help2man, $missing_dir) AM_GNU_GETTEXT(external) hooks/post-receive -- GNU libidn _______________________________________________ Libidn-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/libidn-commit
