]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update after gnulib changed.
authorBruno Haible <bruno@clisp.org>
Tue, 22 Aug 2006 18:26:01 +0000 (18:26 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:13:56 +0000 (12:13 +0200)
gnulib-local/ChangeLog
gnulib-local/m4/hard-locale.m4.diff
gnulib-local/m4/quote.m4.diff
gnulib-local/m4/quotearg.m4.diff
gnulib-local/m4/strdup.m4.diff [deleted file]
gnulib-local/m4/unlocked-io.m4.diff [deleted file]

index ca1342a2a8a6b926e9ad78fdaeb0507062f056e9..e1c053055b870bc5cc6ae017efe6741f92c1e566 100644 (file)
@@ -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  <bruno@clisp.org>
 
index c48229beebd1b5e3cc287f9adb12d863f6ab5e2d..1071d48e4279ab1579c2daf8a6d17dc2e4a5e11a 100644 (file)
@@ -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 ----
index 2868df074814dde50cd73a0d5afc84589e361d3f..3d19bcb41be71c4142571749dbef92350014d07d 100644 (file)
@@ -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.
index 61d108717628fe4f521f9a13fb329ee1447e75ba..06f26b7e5665883ea92dc5385b48fd957435f5bc 100644 (file)
@@ -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 (file)
index dafa215..0000000
+++ /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 (file)
index ea60faf..0000000
+++ /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 ----