From: Bruno Haible Date: Sun, 28 Mar 2010 18:26:30 +0000 (+0200) Subject: Update after gnulib changed. X-Git-Tag: v0.18~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca1ea43024746485dcb284d2c7b07a7e4cf3ebd1;p=thirdparty%2Fgettext.git Update after gnulib changed. --- diff --git a/ChangeLog b/ChangeLog index e7e65ede8..30ac5d96a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-03-28 Bruno Haible + + * autogen.sh (GNULIB_MODULES_RUNTIME_FOR_SRC, + GNULIB_MODULES_TOOLS_FOR_SRC, GNULIB_MODULES_LIBGETTEXTPO): Add stdlib, + remove exit. + 2010-03-13 Bruno Haible * NEWS: Mention the --color and --style options on many programs. diff --git a/autogen.sh b/autogen.sh index 94cfdfee6..6b8c01ccb 100755 --- a/autogen.sh +++ b/autogen.sh @@ -81,7 +81,6 @@ if ! $skip_gnulib; then basename closeout error - exit getopt-gnu gettext-h memmove @@ -91,6 +90,7 @@ if ! $skip_gnulib; then sigpipe stdbool stdio + stdlib strtoul unlocked-io xalloc @@ -139,7 +139,6 @@ if ! $skip_gnulib; then error error-progname execute - exit fd-ostream file-ostream filename @@ -180,6 +179,7 @@ if ! $skip_gnulib; then sigprocmask stdbool stdio + stdlib stpcpy stpncpy strcspn @@ -247,7 +247,6 @@ if ! $skip_gnulib; then c-strstr error error-progname - exit file-ostream filename fopen @@ -266,6 +265,7 @@ if ! $skip_gnulib; then sigpipe stdbool stdio + stdlib strerror unilbrk/ulc-width-linebreaks unistr/u8-mbtouc diff --git a/gnulib-local/ChangeLog b/gnulib-local/ChangeLog index 65f31a5db..c691c889b 100644 --- a/gnulib-local/ChangeLog +++ b/gnulib-local/ChangeLog @@ -1,3 +1,13 @@ +2010-03-28 Bruno Haible + + * modules/closeout (Depends-on): Add stdlib, remove exit. + * modules/fd-ostream (Depends-on): Likewise. + * modules/html-styled-ostream (Depends-on): Likewise. + * modules/iconv-ostream (Depends-on): Likewise. + * modules/memory-ostream (Depends-on): Likewise. + * modules/term-ostream (Depends-on): Likewise. + * modules/xalloc (Depends-on): Likewise. + 2010-03-06 Bruno Haible * m4/exitfail.m4.diff: Remove file. diff --git a/gnulib-local/modules/closeout b/gnulib-local/modules/closeout index 0eb9c5c22..5a28ce7da 100644 --- a/gnulib-local/modules/closeout +++ b/gnulib-local/modules/closeout @@ -8,7 +8,7 @@ lib/closeout.c Depends-on: error fwriteerror -exit +stdlib gettext-h configure.ac: diff --git a/gnulib-local/modules/fd-ostream b/gnulib-local/modules/fd-ostream index 44201215c..ff03106e4 100644 --- a/gnulib-local/modules/fd-ostream +++ b/gnulib-local/modules/fd-ostream @@ -8,7 +8,7 @@ lib/fd-ostream.oo.c Depends-on: ostream error -exit +stdlib full-write gettext xalloc diff --git a/gnulib-local/modules/html-styled-ostream b/gnulib-local/modules/html-styled-ostream index ce36722f0..e7892487f 100644 --- a/gnulib-local/modules/html-styled-ostream +++ b/gnulib-local/modules/html-styled-ostream @@ -12,7 +12,7 @@ html-ostream binary-io error safe-read -exit +stdlib xalloc gettext-h diff --git a/gnulib-local/modules/iconv-ostream b/gnulib-local/modules/iconv-ostream index 15a66feb8..eaf203a3e 100644 --- a/gnulib-local/modules/iconv-ostream +++ b/gnulib-local/modules/iconv-ostream @@ -9,7 +9,7 @@ Depends-on: ostream c-strcase error -exit +stdlib gettext iconv xalloc diff --git a/gnulib-local/modules/memory-ostream b/gnulib-local/modules/memory-ostream index 478cc4ca8..e6ba698fe 100644 --- a/gnulib-local/modules/memory-ostream +++ b/gnulib-local/modules/memory-ostream @@ -8,7 +8,7 @@ lib/memory-ostream.oo.c Depends-on: ostream error -exit +stdlib gettext xalloc xsize diff --git a/gnulib-local/modules/term-ostream b/gnulib-local/modules/term-ostream index e48e247b9..8b6799e60 100644 --- a/gnulib-local/modules/term-ostream +++ b/gnulib-local/modules/term-ostream @@ -9,7 +9,7 @@ m4/term-ostream.m4 Depends-on: ostream error -exit +stdlib fatal-signal sigprocmask full-write diff --git a/gnulib-local/modules/xalloc b/gnulib-local/modules/xalloc index 9ff303870..7a5b5866c 100644 --- a/gnulib-local/modules/xalloc +++ b/gnulib-local/modules/xalloc @@ -9,7 +9,7 @@ lib/xstrdup.c Depends-on: error gettext-h -exit +stdlib configure.ac: