Project

General

Profile

gettext.patch

Thomas Lange, January 10, 2021 01:11

View differences:

configure.ac
41 41

  
42 42
dnl gettext
43 43
dnl =======
44
AM_GNU_GETTEXT_VERSION([0.19.6])
45
AM_GNU_GETTEXT_REQUIRE_VERSION([0.19.6])
44 46
AM_GNU_GETTEXT([external])
45 47
if test "$MSGFMT" = ":" ; then
46 48
    AC_MSG_ERROR([msgfmt was not found; have you installed gettext?])