+2007-01-26 Bruno Haible <bruno@clisp.org>
+
+ Move a patch to gnulib.
+ * lib/javacomp.c.diff: Remove file.
+ * Makefile.am (EXTRA_DIST): Remove it.
+
2007-01-26 Bruno Haible <bruno@clisp.org>
* lib/propername.c: Don't include strstr.h, use <string.h> instead.
## Makefile for the gnulib-local directory of GNU gettext
-## Copyright (C) 2006 Free Software Foundation, Inc.
+## Copyright (C) 2006-2007 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
lib/html-styled-ostream.oo.h \
lib/iconv-ostream.oo.c \
lib/iconv-ostream.oo.h \
-lib/javacomp.c.diff \
lib/libcroco/cr-additional-sel.c \
lib/libcroco/cr-additional-sel.h \
lib/libcroco/cr-attr-sel.c \
+++ /dev/null
-*** gnulib/lib/javacomp.c 2006-07-11 14:08:16.000000000 +0200
---- gettext-tools/lib/javacomp.c 2006-07-30 13:39:06.000000000 +0200
-***************
-*** 50,56 ****
- #include "clean-temp.h"
- #include "error.h"
- #include "xvasprintf.h"
-! #include "strstr.h"
- #include "gettext.h"
-
- #define _(str) gettext (str)
---- 50,56 ----
- #include "clean-temp.h"
- #include "error.h"
- #include "xvasprintf.h"
-! #include "c-strstr.h"
- #include "gettext.h"
-
- #define _(str) gettext (str)
-***************
-*** 570,576 ****
- fclose (fp);
- goto failed;
- }
-! envjavac_gcj = (strstr (line, "gcj") != NULL);
-
- fclose (fp);
-
---- 570,576 ----
- fclose (fp);
- goto failed;
- }
-! envjavac_gcj = (c_strstr (line, "gcj") != NULL);
-
- fclose (fp);
-