]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update after gnulib changed.
authorBruno Haible <bruno@clisp.org>
Wed, 6 Jul 2011 23:51:39 +0000 (01:51 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 7 Jul 2011 10:49:26 +0000 (12:49 +0200)
gnulib-local/ChangeLog
gnulib-local/Makefile.am
gnulib-local/m4/quote.m4.diff [deleted file]
gnulib-local/m4/quotearg.m4.diff [deleted file]
gnulib-local/modules/quote.diff [deleted file]
gnulib-local/modules/quotearg.diff [deleted file]

index 1abdeabfe06d2fcfcda4e863e51da94bcf0e6ea5..1e0499bcb87ff6cec0d5f82a4a19f58120dee440 100644 (file)
@@ -1,3 +1,12 @@
+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().
index f924ad3aaec3a8a3fb1cae748d0c3cb33d10a551..cc2628edc40659708c125150b13cb2f99748995b 100644 (file)
@@ -1,5 +1,5 @@
 ## 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
@@ -254,8 +254,6 @@ m4/libglib.m4 \
 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 \
@@ -282,8 +280,6 @@ modules/memory-ostream \
 modules/moo \
 modules/moo-tests \
 modules/ostream \
-modules/quotearg.diff \
-modules/quote.diff \
 modules/regex.diff \
 modules/styled-ostream \
 modules/termcap \
diff --git a/gnulib-local/m4/quote.m4.diff b/gnulib-local/m4/quote.m4.diff
deleted file mode 100644 (file)
index 3d19bcb..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-*** 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 ----
diff --git a/gnulib-local/m4/quotearg.m4.diff b/gnulib-local/m4/quotearg.m4.diff
deleted file mode 100644 (file)
index 691324f..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-*** 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 ----
diff --git a/gnulib-local/modules/quote.diff b/gnulib-local/modules/quote.diff
deleted file mode 100644 (file)
index f81cf85..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-*** 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"
diff --git a/gnulib-local/modules/quotearg.diff b/gnulib-local/modules/quotearg.diff
deleted file mode 100644 (file)
index 92d7f52..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-*** 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"