From: Bruno Haible Date: Wed, 26 Dec 2007 16:04:23 +0000 (+0000) Subject: Update after change of 'setenv' module in gnulib. X-Git-Tag: v0.18~481 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0042f2e37b7c317a21be69fb6de91a032f2e38f9;p=thirdparty%2Fgettext.git Update after change of 'setenv' module in gnulib. --- diff --git a/gettext-tools/tests/ChangeLog b/gettext-tools/tests/ChangeLog index 48b1cf8ef..afca7e4f0 100644 --- a/gettext-tools/tests/ChangeLog +++ b/gettext-tools/tests/ChangeLog @@ -1,3 +1,10 @@ +2007-12-24 Bruno Haible + + * gettext-3-prg.c: Don't include setenv.h. + * gettext-5-prg.c: Likewise. + * gettext-6-prg.c: Likewise. + * gettext-7-prg.c: Likewise. + 2007-12-24 Bruno Haible * msginit-1: Add 'Language' field in header to input. Check that it is diff --git a/gettext-tools/tests/gettext-3-prg.c b/gettext-tools/tests/gettext-3-prg.c index fe9584ee6..98595d8ac 100644 --- a/gettext-tools/tests/gettext-3-prg.c +++ b/gettext-tools/tests/gettext-3-prg.c @@ -1,5 +1,5 @@ /* Test program, used by the gettext-3 test. - Copyright (C) 2000, 2005 Free Software Foundation, Inc. + Copyright (C) 2000, 2005, 2007 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -24,7 +24,6 @@ #include #include #include -#include "setenv.h" /* Make sure we use the included libintl, not the system's one. */ #undef _LIBINTL_H diff --git a/gettext-tools/tests/gettext-5-prg.c b/gettext-tools/tests/gettext-5-prg.c index dcec20f4e..55ec2a06e 100644 --- a/gettext-tools/tests/gettext-5-prg.c +++ b/gettext-tools/tests/gettext-5-prg.c @@ -1,5 +1,5 @@ /* Test program, used by the gettext-5 test. - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2007 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -24,7 +24,6 @@ #include #include #include -#include "setenv.h" /* Make sure we use the included libintl, not the system's one. */ #undef _LIBINTL_H diff --git a/gettext-tools/tests/gettext-6-prg.c b/gettext-tools/tests/gettext-6-prg.c index 34c2a95c6..05b4300f2 100644 --- a/gettext-tools/tests/gettext-6-prg.c +++ b/gettext-tools/tests/gettext-6-prg.c @@ -1,5 +1,5 @@ /* Test program, used by the gettext-6 test. - Copyright (C) 2005-2006 Free Software Foundation, Inc. + Copyright (C) 2005-2007 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -28,7 +28,6 @@ #if USE_POSIX_THREADS && ((__GLIBC__ > 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 3)) #include -#include "setenv.h" /* Make sure we use the included libintl, not the system's one. */ #undef _LIBINTL_H diff --git a/gettext-tools/tests/gettext-7-prg.c b/gettext-tools/tests/gettext-7-prg.c index ff83c17f4..9ea9fc806 100644 --- a/gettext-tools/tests/gettext-7-prg.c +++ b/gettext-tools/tests/gettext-7-prg.c @@ -1,5 +1,5 @@ /* Test program, used by the gettext-7 test. - Copyright (C) 2005-2006 Free Software Foundation, Inc. + Copyright (C) 2005-2007 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -28,7 +28,6 @@ #if USE_POSIX_THREADS && ((__GLIBC__ > 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 3)) #include -#include "setenv.h" /* Make sure we use the included libintl, not the system's one. */ #undef _LIBINTL_H