https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113168
--- Comment #6 from Bruno Haible <bruno at clisp dot org> --- (In reply to Simon Sobisch from comment #5) > > (You can't get rid of ABOUT-NLS entirely, IIRC, because some Automake rule > > requires it.) > > What about changing those automake rules? Actually, these Automake rules have already been changed: In Automake 1.18, in strictness levels != 'gnits', ABOUT-NLS is no longer required. Since this file is not installed (under /usr) by GCC, and only few GCC users look into the GCC tarballs or the GCC git repository, it is of not much value for the GCC users. And regarding the GCC _maintainers_, it points to a wrong section of the GNU gettext manual. So, you can just get rid of this file, or replace it with a link to <https://www.gnu.org/software/gettext/manual/html_node/Maintainers.html>.
