The 'strcase' module also generated a gnulib warning because it is obsolete. Removing it from inetutils..
/Simon diff --git a/ChangeLog b/ChangeLog index 0ebc505..09cdd2c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,8 @@ 2011-05-09 Simon Josefsson <[email protected]> * bootstrap.conf (gnulib_modules): Removed 'exit' from list. + (gnulib_modules): Remove 'strcase' from list (not needed anymore, + according to gnulib documentation). 2011-05-06 Mats Erik Andersson <[email protected]> diff --git a/bootstrap.conf b/bootstrap.conf index 8defefe..880ce11 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -66,7 +66,6 @@ size_max snprintf stdbool stdint -strcase strchrnul strerror strndup -- 1.7.2.5
