diff options
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index d04475f6b..bce1555b0 100644 --- a/configure.ac +++ b/configure.ac @@ -685,7 +685,7 @@ AC_DEFINE_UNQUOTED(PRINTABLE_OS_NAME, "$PRINTABLE_OS_NAME", [A human readable text with the name of the OS]) -AM_GNU_GETTEXT_VERSION(0.12.1) +AM_GNU_GETTEXT_VERSION(0.14.1) if test "$try_gettext" = yes; then AM_GNU_GETTEXT(,[need-ngettext]) @@ -1129,10 +1129,11 @@ scd/Makefile tools/Makefile doc/Makefile tests/Makefile -tests/pkits/Makefile ]) AC_OUTPUT +#tests/pkits/Makefile + |