Update after gnulib changed.

This commit is contained in:
Bruno Haible 2009-03-26 00:18:20 +00:00
parent 99b50549fe
commit 5360d328c2
2 changed files with 7 additions and 6 deletions

View File

@ -1,3 +1,7 @@
2009-03-25 Bruno Haible <bruno@clisp.org>
* m4/quotearg.m4.diff: Update after gnulib changed.
2008-12-18 Bruno Haible <bruno@clisp.org>
* modules/gettext-tools-misc (Files): Add m4/locale-ja.m4.

View File

@ -1,13 +1,10 @@
*** 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,13 ****
*** 6,10 ****
AC_DEFUN([gl_QUOTEARG],
[
- AC_LIBOBJ([quotearg])
-
dnl Prerequisites of lib/quotearg.c.
AC_CHECK_HEADERS_ONCE(wchar.h wctype.h)
AC_CHECK_FUNCS_ONCE(iswprint mbsinit)
--- 6,11 ----
])
--- 6,9 ----