On Fri, Jan 04, 2019 at 02:12:18PM -0600, Eric Blake wrote:
Commit c0a8ea45 removed the use of gettextize, and the setting of
GETTEXT_CPPFLAGS, but did not scrub the now-unused variable from
Makefile.am snippets.
Signed-off-by: Eric Blake <eblake(a)redhat.com>
---
gnulib/lib/Makefile.am | 2 --
gnulib/tests/Makefile.am | 2 --
src/Makefile.am | 4 ++--
tests/Makefile.am | 2 +-
tools/Makefile.am | 2 +-
5 files changed, 4 insertions(+), 8 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano