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=08472e57cf50c58d9e7feb22086130ff856286ac The branch, master has been updated via 08472e57cf50c58d9e7feb22086130ff856286ac (commit) via d86651595384927be9263c316757044dad9ebe57 (commit) from e085f872f2de2e9c33fa4b8c1df559584f375641 (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 08472e57cf50c58d9e7feb22086130ff856286ac Author: Simon Josefsson <[email protected]> Date: Tue Mar 9 16:37:44 2010 +0100 Revert "Don't use deprecated libtool functions." AC_PROG_LIBTOOL is required on older systems (e.g., latest Ubuntu LTS). This reverts commit bb239c491ba93a9d2cecf81b53855ecc46d86140. commit d86651595384927be9263c316757044dad9ebe57 Author: Simon Josefsson <[email protected]> Date: Tue Mar 9 16:37:10 2010 +0100 Revert "Reorder." AC_PROG_LIBTOOL is required on older systems (e.g., latest Ubuntu LTS). This reverts commit e085f872f2de2e9c33fa4b8c1df559584f375641. ----------------------------------------------------------------------- Summary of changes: configure.ac | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index ecebf3a..888fcac 100644 --- a/configure.ac +++ b/configure.ac @@ -39,10 +39,11 @@ AM_INIT_AUTOMAKE([1.10 -Wall -Werror -Wno-override]) AC_CONFIG_HEADERS(config.h) # Checks for programs. +AC_LIBTOOL_WIN32_DLL AC_PROG_CC lgl_EARLY gl_EARLY -LT_INIT([win32-dll]) +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
