* m4/pathmax.m4.diff: Remove file.
* m4/unlocked-io.m4.diff: Remove file.
* m4/exitfail.m4.diff: Update.
+ * m4/hard-locale.m4.diff: Update.
+ * m4/quote.m4.diff: Update.
+ * m4/quotearg.m4.diff: Update.
2006-08-22 Bruno Haible <bruno@clisp.org>
*** gnulib/m4/hard-locale.m4 2005-03-21 23:06:27.000000000 +0100
--- gettext-tools/m4/hard-locale.m4 2005-03-09 00:49:02.000000000 +0100
***************
-*** 5,12 ****
+*** 5,11 ****
dnl with or without modifications, as long as this notice is preserved.
dnl No prerequisites of lib/hard-locale.c.
! AC_DEFUN([gl_HARD_LOCALE],
! [
-! AC_LIBSOURCES([hard-locale.c, hard-locale.h])
! AC_LIBOBJ([hard-locale])
! ])
--- 5,8 ----
*** 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,14 ****
+*** 6,13 ****
AC_DEFUN([gl_QUOTE],
[
-- AC_LIBSOURCES([quote.c, quote.h])
- AC_LIBOBJ([quote])
-
dnl Prerequisites of lib/quote.c.
*** 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,14 ****
+*** 6,13 ****
AC_DEFUN([gl_QUOTEARG],
[
-- AC_LIBSOURCES([quotearg.c, quotearg.h])
- AC_LIBOBJ([quotearg])
-
dnl Prerequisites of lib/quotearg.c.
+++ /dev/null
-*** gnulib/m4/strdup.m4 2005-03-21 23:06:27.000000000 +0100
---- gettext-tools/m4/strdup.m4 2005-03-09 00:49:02.000000000 +0100
-***************
-*** 6,13 ****
-
- AC_DEFUN([gl_FUNC_STRDUP],
- [
-- AC_LIBSOURCES([strdup.c, strdup.h])
--
- AC_REPLACE_FUNCS(strdup)
- AC_CHECK_DECLS_ONCE(strdup)
- gl_PREREQ_STRDUP
---- 6,11 ----
+++ /dev/null
-*** gnulib/m4/unlocked-io.m4 2006-04-21 00:28:34.000000000 +0200
---- gettext-tools/m4/unlocked-io.m4 2005-01-20 02:11:33.000000000 +0100
-***************
-*** 17,24 ****
-
- AC_DEFUN([gl_FUNC_GLIBC_UNLOCKED_IO],
- [
-- AC_LIBSOURCES([unlocked-io.h])
--
- AC_DEFINE([USE_UNLOCKED_IO], 1,
- [Define to 1 if you want getc etc. to use unlocked I/O if available.
- Unlocked I/O can improve performance in unithreaded apps,
---- 16,21 ----