From: Bruno Haible Date: Tue, 22 Aug 2006 18:26:01 +0000 (+0000) Subject: Update after gnulib changed. X-Git-Tag: 0.16.x-branchpoint~184 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfe4d1b76e2e3eae93f246a2d653bde88d9b9ef7;p=thirdparty%2Fgettext.git Update after gnulib changed. --- diff --git a/gnulib-local/ChangeLog b/gnulib-local/ChangeLog index ca1342a2a..e1c053055 100644 --- a/gnulib-local/ChangeLog +++ b/gnulib-local/ChangeLog @@ -8,6 +8,9 @@ * 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 diff --git a/gnulib-local/m4/hard-locale.m4.diff b/gnulib-local/m4/hard-locale.m4.diff index c48229bee..1071d48e4 100644 --- a/gnulib-local/m4/hard-locale.m4.diff +++ b/gnulib-local/m4/hard-locale.m4.diff @@ -1,13 +1,12 @@ *** 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 ---- diff --git a/gnulib-local/m4/quote.m4.diff b/gnulib-local/m4/quote.m4.diff index 2868df074..3d19bcb41 100644 --- a/gnulib-local/m4/quote.m4.diff +++ b/gnulib-local/m4/quote.m4.diff @@ -1,11 +1,10 @@ *** 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. diff --git a/gnulib-local/m4/quotearg.m4.diff b/gnulib-local/m4/quotearg.m4.diff index 61d108717..06f26b7e5 100644 --- a/gnulib-local/m4/quotearg.m4.diff +++ b/gnulib-local/m4/quotearg.m4.diff @@ -1,11 +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,14 **** +*** 6,13 **** AC_DEFUN([gl_QUOTEARG], [ -- AC_LIBSOURCES([quotearg.c, quotearg.h]) - AC_LIBOBJ([quotearg]) - dnl Prerequisites of lib/quotearg.c. diff --git a/gnulib-local/m4/strdup.m4.diff b/gnulib-local/m4/strdup.m4.diff deleted file mode 100644 index dafa215ee..000000000 --- a/gnulib-local/m4/strdup.m4.diff +++ /dev/null @@ -1,13 +0,0 @@ -*** 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 ---- diff --git a/gnulib-local/m4/unlocked-io.m4.diff b/gnulib-local/m4/unlocked-io.m4.diff deleted file mode 100644 index ea60faf46..000000000 --- a/gnulib-local/m4/unlocked-io.m4.diff +++ /dev/null @@ -1,13 +0,0 @@ -*** 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 ----