From 0880520e453aac60708980a2552433e1e7bf8092 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 12 Feb 2011 18:47:00 +0100 Subject: [PATCH] Use gnulib's setlocale in all the programs. --- ChangeLog | 6 ++++++ autogen.sh | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6a74ab994..223c12650 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-02-12 Bruno Haible + + Use gnulib's setlocale in all the programs. + * autogen.sh (GNULIB_MODULES_RUNTIME_FOR_SRC, + GNULIB_MODULES_TOOLS_FOR_SRC): Add setlocale. + 2011-02-12 Bruno Haible Update after gnulib changed. diff --git a/autogen.sh b/autogen.sh index f1aeba3c5..b9625565b 100755 --- a/autogen.sh +++ b/autogen.sh @@ -16,7 +16,7 @@ # - the makeinfo program from the texinfo package, # - perl. -# Copyright (C) 2003-2010 Free Software Foundation, Inc. +# Copyright (C) 2003-2011 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 @@ -85,6 +85,7 @@ if ! $skip_gnulib; then progname propername relocatable-prog + setlocale sigpipe stdbool stdio @@ -167,6 +168,7 @@ if ! $skip_gnulib; then propername relocatable-prog relocatable-script + setlocale sh-quote sigpipe sigprocmask -- 2.47.3