Merge branch 'vk/autoconf-gettext'
authorJunio C Hamano <gitster@pobox.com>
Wed, 8 May 2019 15:37:29 +0000 (00:37 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 8 May 2019 15:37:29 +0000 (00:37 +0900)
commitf832bccd85234ad4b3d0cd2973889fb2cb6be41e
treea911ebdbbf54a2bc22533cac5c46cf95f6789066
parent1ff440fb41c65c34ea9a5b727ec2befda12dc34b
parentb71e56a68384748f2dc712471957b719513508fb
Merge branch 'vk/autoconf-gettext'

The autoconf generated configure script failed to use the right
gettext() implementations from -libintl by ignoring useless stub
implementations shipped in some C library, which has been
corrected.

* vk/autoconf-gettext:
  autoconf: #include <libintl.h> when checking for gettext()