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=6d39adcc62a91b7b3971711d983c1fa868747915 The branch, master has been updated via 6d39adcc62a91b7b3971711d983c1fa868747915 (commit) from 120f340c5891a488659dbf5cf33a77541994e153 (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 6d39adcc62a91b7b3971711d983c1fa868747915 Author: Simon Josefsson <[email protected]> Date: Thu Aug 20 17:44:32 2009 +0200 Update gnulib files. ----------------------------------------------------------------------- Summary of changes: maint.mk | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/maint.mk b/maint.mk index 4108177..21782e5 100644 --- a/maint.mk +++ b/maint.mk @@ -235,7 +235,8 @@ sc_prohibit_HAVE_MBRTOWC: # h: the header, enclosed in <> or "" # re: a regular expression that matches IFF something provided by $h is used. define _header_without_use - h_esc=`echo "$$h"|sed 's/\./\\./g'`; \ + dummy=; : so we do not need a semicolon before each use; \ + h_esc=`echo "$$h"|sed 's/\./\\\\./g'`; \ if $(VC_LIST_EXCEPT) | grep -l '\.c$$' > /dev/null; then \ files=$$(grep -l '^# *include '"$$h_esc" \ $$($(VC_LIST_EXCEPT) | grep '\.c$$')) && \ hooks/post-receive -- GNU libidn _______________________________________________ Libidn-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/libidn-commit
