From: Bruno Haible Date: Sat, 27 Jan 2007 02:57:14 +0000 (+0000) Subject: Rely on replacement from gnulib. X-Git-Tag: v0.17~497 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78616def2568d860530ce737712546a807361a0d;p=thirdparty%2Fgettext.git Rely on replacement from gnulib. --- diff --git a/ChangeLog b/ChangeLog index 93a0645ba..75625257d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-01-26 Bruno Haible + + * autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC): Add sys_time. + 2006-12-23 Bruno Haible * autogen.sh (GNULIB_MODULES_TOOLS_OTHER): Add stdint. diff --git a/autogen.sh b/autogen.sh index 000303762..f34b5f89b 100755 --- a/autogen.sh +++ b/autogen.sh @@ -139,6 +139,7 @@ if test -n "$GNULIB_TOOL"; then strtol strtoul styled-ostream + sys_time term-styled-ostream ucs4-utf8 unistd diff --git a/gettext-tools/src/ChangeLog b/gettext-tools/src/ChangeLog index a0dcc4a92..aaca9487b 100644 --- a/gettext-tools/src/ChangeLog +++ b/gettext-tools/src/ChangeLog @@ -1,3 +1,7 @@ +2007-01-26 Bruno Haible + + * msgfilter.c: Include unconditionally. + 2007-01-26 Bruno Haible * msginit.c: Don't include strpbrk.h, use instead. diff --git a/gettext-tools/src/msgfilter.c b/gettext-tools/src/msgfilter.c index c38e36cdc..7b000b0d2 100644 --- a/gettext-tools/src/msgfilter.c +++ b/gettext-tools/src/msgfilter.c @@ -1,5 +1,5 @@ /* Edit translations using a subprocess. - Copyright (C) 2001-2006 Free Software Foundation, Inc. + Copyright (C) 2001-2007 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software; you can redistribute it and/or modify @@ -30,11 +30,7 @@ #include #include #include - -#if HAVE_SYS_TIME_H -# include -#endif - +#include #include #if defined _MSC_VER || defined __MINGW32__ # include