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=af66d02850c878b958c29434b7fde3a15a1b6ecc The branch, master has been updated via af66d02850c878b958c29434b7fde3a15a1b6ecc (commit) from f6bd862bf6ca8ea823e87ba954883877f4d0f602 (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 af66d02850c878b958c29434b7fde3a15a1b6ecc Author: Simon Josefsson <[email protected]> Date: Thu May 20 08:35:47 2010 +0200 Update gnulib files, use new valgrind-tests module. ----------------------------------------------------------------------- Summary of changes: configure.ac | 1 - doc/gendocs_template | 2 +- gl/Makefile.am | 2 +- gl/m4/gnulib-cache.m4 | 3 ++- gl/m4/gnulib-comp.m4 | 5 +++++ m4/valgrind.m4 => gl/m4/valgrind-tests.m4 | 8 ++++---- 6 files changed, 13 insertions(+), 8 deletions(-) rename m4/valgrind.m4 => gl/m4/valgrind-tests.m4 (90%) diff --git a/configure.ac b/configure.ac index a0c03fd..c3e723c 100644 --- a/configure.ac +++ b/configure.ac @@ -114,7 +114,6 @@ else fi AC_MSG_RESULT($enable_csharp) -sj_VALGRIND sj_UPDATE_HEADER_VERSION([$srcdir/lib/stringprep.h]) AC_ARG_ENABLE([gcc-warnings], diff --git a/doc/gendocs_template b/doc/gendocs_template index beebcdd..60c55a5 100644 --- a/doc/gendocs_template +++ b/doc/gendocs_template @@ -106,7 +106,7 @@ Please send broken links and other corrections or suggestions to <a href="mailto:%%EMAIL%%"><%%EMAIL%%></a>. </p> -<p>Copyright © 2009 Free Software Foundation, Inc.</p> +<p>Copyright © 2010 Free Software Foundation, Inc.</p> <p>Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.</p> diff --git a/gl/Makefile.am b/gl/Makefile.am index 4a9e7b7..e66a486 100644 --- a/gl/Makefile.am +++ b/gl/Makefile.am @@ -9,7 +9,7 @@ # the same distribution terms as the rest of that program. # # Generated by gnulib-tool. -# Reproduce by: gnulib-tool --import --dir=. --local-dir=gl/override --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=gltests --aux-dir=build-aux --with-tests --avoid=fcntl-h-tests --avoid=stdlib-tests --avoid=string-tests --avoid=sys_stat-tests --avoid=time-tests --avoid=unistd-tests --avoid=wchar-tests --libtool --macro-prefix=gl --no-vc-files autobuild csharpcomp-script error fdl-1.3 gendocs getopt-gnu gnupload gpl-3.0 lgpl-2.1 maintainer-makefile manywarnings pmccabe2html progname update-copyright useless-if-before-free vc-list-files version-etc warnings +# Reproduce by: gnulib-tool --import --dir=. --local-dir=gl/override --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=gltests --aux-dir=build-aux --with-tests --avoid=fcntl-h-tests --avoid=stdlib-tests --avoid=string-tests --avoid=sys_stat-tests --avoid=time-tests --avoid=unistd-tests --avoid=wchar-tests --libtool --macro-prefix=gl --no-vc-files autobuild csharpcomp-script error fdl-1.3 gendocs getopt-gnu gnupload gpl-3.0 lgpl-2.1 maintainer-makefile manywarnings pmccabe2html progname update-copyright useless-if-before-free valgrind-tests vc-list-files version-etc warnings AUTOMAKE_OPTIONS = 1.5 gnits diff --git a/gl/m4/gnulib-cache.m4 b/gl/m4/gnulib-cache.m4 index 2cea926..e428f8e 100644 --- a/gl/m4/gnulib-cache.m4 +++ b/gl/m4/gnulib-cache.m4 @@ -15,7 +15,7 @@ # Specification in the form of a command-line invocation: -# gnulib-tool --import --dir=. --local-dir=gl/override --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=gltests --aux-dir=build-aux --with-tests --avoid=fcntl-h-tests --avoid=stdlib-tests --avoid=string-tests --avoid=sys_stat-tests --avoid=time-tests --avoid=unistd-tests --avoid=wchar-tests --libtool --macro-prefix=gl --no-vc-files autobuild csharpcomp-script error fdl-1.3 gendocs getopt-gnu gnupload gpl-3.0 lgpl-2.1 maintainer-makefile manywarnings pmccabe2html progname update-copyright useless-if-before-free vc-list-files version-etc warnings +# gnulib-tool --import --dir=. --local-dir=gl/override --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=gltests --aux-dir=build-aux --with-tests --avoid=fcntl-h-tests --avoid=stdlib-tests --avoid=string-tests --avoid=sys_stat-tests --avoid=time-tests --avoid=unistd-tests --avoid=wchar-tests --libtool --macro-prefix=gl --no-vc-files autobuild csharpcomp-script error fdl-1.3 gendocs getopt-gnu gnupload gpl-3.0 lgpl-2.1 maintainer-makefile manywarnings pmccabe2html progname update-copyright useless-if-before-free valgrind-tests vc-list-files version-etc warnings # Specification in the form of a few gnulib-tool.m4 macro invocations: gl_LOCAL_DIR([gl/override]) @@ -35,6 +35,7 @@ gl_MODULES([ progname update-copyright useless-if-before-free + valgrind-tests vc-list-files version-etc warnings diff --git a/gl/m4/gnulib-comp.m4 b/gl/m4/gnulib-comp.m4 index a9b15dc..237e948 100644 --- a/gl/m4/gnulib-comp.m4 +++ b/gl/m4/gnulib-comp.m4 @@ -102,6 +102,7 @@ AC_DEFUN([gl_EARLY], # Code from module update-copyright: # Code from module update-copyright-tests: # Code from module useless-if-before-free: + # Code from module valgrind-tests: # Code from module vc-list-files: # Code from module vc-list-files-tests: # Code from module verify: @@ -190,6 +191,8 @@ AC_DEFUN([gl_INIT], gl_UNISTD_H # Code from module update-copyright: # Code from module useless-if-before-free: + # Code from module valgrind-tests: + gl_VALGRIND_TESTS # Code from module vc-list-files: # Code from module version-etc: gl_VERSION_ETC @@ -278,6 +281,7 @@ changequote([, ])dnl gl_STDLIB_MODULE_INDICATOR([unsetenv]) abs_aux_dir=`cd "$ac_aux_dir"; pwd` AC_SUBST([abs_aux_dir]) + gl_VALGRIND_TESTS abs_aux_dir=`cd "$ac_aux_dir"; pwd` AC_SUBST([abs_aux_dir]) gl_WCHAR_H @@ -446,6 +450,7 @@ AC_DEFUN([gl_FILE_LIST], [ m4/sys_stat_h.m4 m4/time_h.m4 m4/unistd_h.m4 + m4/valgrind-tests.m4 m4/version-etc.m4 m4/warn-on-use.m4 m4/warnings.m4 diff --git a/m4/valgrind.m4 b/gl/m4/valgrind-tests.m4 similarity index 90% rename from m4/valgrind.m4 rename to gl/m4/valgrind-tests.m4 index c460c34..e2434c6 100644 --- a/m4/valgrind.m4 +++ b/gl/m4/valgrind-tests.m4 @@ -1,4 +1,4 @@ -# valgrind.m4 serial 3 +# valgrind-tests.m4 serial 1 dnl Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -6,10 +6,10 @@ dnl with or without modifications, as long as this notice is preserved. dnl From Simon Josefsson -# sj_VALGRIND() -# ------------- +# gl_VALGRIND_TESTS() +# ------------------- # Check if valgrind is available, and set VALGRIND to it if available. -AC_DEFUN([sj_VALGRIND], +AC_DEFUN([gl_VALGRIND_TESTS], [ AC_ARG_ENABLE(valgrind-tests, AS_HELP_STRING([--enable-valgrind-tests], hooks/post-receive -- GNU libidn _______________________________________________ Libidn-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/libidn-commit
