diff options
author | Bruno Haible <bruno@clisp.org> | 2006-08-22 18:14:10 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:13:56 +0200 |
commit | 8f61671967a440fcc687196ff46bd78301115de5 (patch) | |
tree | 026ce3b4d96e5c0c59e8ec78dea3ac6d81cdf32a /gnulib-local | |
parent | 728b010189b3a3616d53caebc4997b7a39467d3d (diff) | |
download | external_gettext-8f61671967a440fcc687196ff46bd78301115de5.zip external_gettext-8f61671967a440fcc687196ff46bd78301115de5.tar.gz external_gettext-8f61671967a440fcc687196ff46bd78301115de5.tar.bz2 |
Update for changes in gnulib.
Diffstat (limited to 'gnulib-local')
-rw-r--r-- | gnulib-local/ChangeLog | 8 | ||||
-rw-r--r-- | gnulib-local/modules/exitfail.diff | 12 | ||||
-rw-r--r-- | gnulib-local/modules/pathmax.diff | 12 | ||||
-rw-r--r-- | gnulib-local/modules/unlocked-io.diff | 12 |
4 files changed, 14 insertions, 30 deletions
diff --git a/gnulib-local/ChangeLog b/gnulib-local/ChangeLog index da051d7..d49a63d 100644 --- a/gnulib-local/ChangeLog +++ b/gnulib-local/ChangeLog @@ -1,5 +1,13 @@ 2006-08-22 Bruno Haible <bruno@clisp.org> + * modules/pathmax.diff: Remove file. + * modules/unlocked-io.diff: Remove file. + * modules/exitfail.diff: Update. + * modules/quote.diff: Update. + * modules/quotearg.diff: Update. + +2006-08-22 Bruno Haible <bruno@clisp.org> + * modules/gettext-tools-misc (Makefile.am): New variable lib_LTLIBRARIES. diff --git a/gnulib-local/modules/exitfail.diff b/gnulib-local/modules/exitfail.diff index e972339..396a808 100644 --- a/gnulib-local/modules/exitfail.diff +++ b/gnulib-local/modules/exitfail.diff @@ -1,12 +1,12 @@ -*** exitfail.bak 2005-03-21 23:07:25.000000000 +0100 ---- exitfail 2006-07-30 19:55:27.000000000 +0200 +*** exitfail 2006-08-22 14:50:24.000000000 +0200 +--- exitfail 2006-08-22 20:06:08.000000000 +0200 *************** -*** 13,18 **** ---- 13,19 ---- - gl_EXITFAIL +*** 14,19 **** +--- 14,20 ---- Makefile.am: -+ lib_SOURCES += exitfail.h exitfail.c + EXTRA_DIST += exitfail.h ++ lib_SOURCES += exitfail.c Include: "exitfail.h" diff --git a/gnulib-local/modules/pathmax.diff b/gnulib-local/modules/pathmax.diff deleted file mode 100644 index bc7e5ed..0000000 --- a/gnulib-local/modules/pathmax.diff +++ /dev/null @@ -1,12 +0,0 @@ -*** modules/pathmax.bak 2005-09-19 19:44:46.000000000 +0200 ---- modules/pathmax 2006-07-30 21:25:20.000000000 +0200 -*************** -*** 11,16 **** ---- 11,17 ---- - gl_PATHMAX - - Makefile.am: -+ lib_SOURCES += pathmax.h - - Include: - "pathmax.h" diff --git a/gnulib-local/modules/unlocked-io.diff b/gnulib-local/modules/unlocked-io.diff deleted file mode 100644 index 013d576..0000000 --- a/gnulib-local/modules/unlocked-io.diff +++ /dev/null @@ -1,12 +0,0 @@ -*** unlocked-io.bak 2005-03-21 23:07:25.000000000 +0100 ---- unlocked-io 2006-07-30 19:56:58.000000000 +0200 -*************** -*** 12,17 **** ---- 12,18 ---- - gl_FUNC_GLIBC_UNLOCKED_IO - - Makefile.am: -+ lib_SOURCES += unlocked-io.h - - Include: - "unlocked-io.h" |