+2011-06-16 Bruno Haible <bruno@clisp.org>
+
+ Update after gnulib changed.
+ * m4/quote.m4.diff: Remove file.
+ * m4/quotearg.m4.diff: Remove file.
+ * modules/quote.diff: Remove file.
+ * modules/quotearg.diff: Remove file.
+ * Makefile.am (EXTRA_DIST): Remove them.
+
2011-06-03 Bruno Haible <bruno@clisp.org>
libxml: Detect installed libxml2 versions which don't define xmlFree().
## Makefile for the gnulib-local directory of GNU gettext
-## Copyright (C) 2006-2008, 2010 Free Software Foundation, Inc.
+## Copyright (C) 2006-2008, 2010-2011 Free Software Foundation, Inc.
##
## This program is free software: you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
m4/libxml.m4 \
m4/java.m4 \
m4/moo.m4 \
-m4/quotearg.m4.diff \
-m4/quote.m4.diff \
m4/termcap.m4 \
m4/terminfo.m4 \
m4/term-ostream.m4 \
modules/moo \
modules/moo-tests \
modules/ostream \
-modules/quotearg.diff \
-modules/quote.diff \
modules/regex.diff \
modules/styled-ostream \
modules/termcap \
+++ /dev/null
-*** gnulib/m4/quote.m4 2005-03-21 23:06:27.000000000 +0100
---- gettext-tools/m4/quote.m4 2005-03-09 00:49:02.000000000 +0100
-***************
-*** 6,13 ****
-
- AC_DEFUN([gl_QUOTE],
- [
-- AC_LIBOBJ([quote])
--
- dnl Prerequisites of lib/quote.c.
- dnl (none)
- ])
---- 6,11 ----
+++ /dev/null
-*** gnulib/m4/quotearg.m4 2005-03-21 23:06:27.000000000 +0100
---- gettext-tools/m4/quotearg.m4 2005-03-09 00:49:02.000000000 +0100
-***************
-*** 6,10 ****
-
- AC_DEFUN([gl_QUOTEARG],
- [
-- AC_LIBOBJ([quotearg])
- ])
---- 6,9 ----
+++ /dev/null
-*** quote.bak 2006-10-12 19:55:25.000000000 +0200
---- quote 2006-10-12 21:55:51.000000000 +0200
-***************
-*** 13,18 ****
- gl_QUOTE
-
- Makefile.am:
-
- Include:
- "quote.h"
---- 13,19 ----
- gl_QUOTE
-
- Makefile.am:
-+ lib_SOURCES += quote.h quote.c
-
- Include:
- "quote.h"
+++ /dev/null
-*** quotearg.bak 2006-10-12 19:55:21.000000000 +0200
---- quotearg 2006-10-12 21:55:37.000000000 +0200
-***************
-*** 17,22 ****
- gl_QUOTEARG
-
- Makefile.am:
-
- Include:
- "quotearg.h"
---- 17,23 ----
- gl_QUOTEARG
-
- Makefile.am:
-+ lib_SOURCES += quotearg.h quotearg.c
-
- Include:
- "quotearg.h"