From 4672e6cc77b95ce78e2df534d11ec28eef305d23 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 14 Sep 2008 10:23:38 +0000 Subject: [PATCH] Use gnulib module 'strerror'. : ---------------------------------------------------------------------- --- ChangeLog | 5 +++++ autogen.sh | 2 ++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index c034093aa..f4bcfb048 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-09-14 Bruno Haible + + * autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC, + GNULIB_MODULES_LIBGETTEXTPO): Add strerror. + 2008-09-07 Bruno Haible * m4/libtool.m4: Update from libtool-2.2.6, with modifications: diff --git a/autogen.sh b/autogen.sh index 5a649ae3e..f03b8dc57 100755 --- a/autogen.sh +++ b/autogen.sh @@ -159,6 +159,7 @@ if ! $skip_gnulib; then stpcpy stpncpy strcspn + strerror strpbrk strtol strtoul @@ -232,6 +233,7 @@ if ! $skip_gnulib; then progname relocatable-lib stdbool + strerror ucs4-utf8 unilbrk/ulc-width-linebreaks uniwidth/width -- 2.47.2