Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at python-updates 20 lines 474 B view raw
1diff --git a/configure.ac b/configure.ac 2index 4d443c1..42c3568 100644 3--- a/configure.ac 4+++ b/configure.ac 5@@ -31,13 +31,8 @@ AC_CONFIG_FILES([include/libhsts.h]) 6 # 7 # Gettext 8 # 9-m4_ifdef([AM_GNU_GETTEXT], [ 10- AM_GNU_GETTEXT([external],[need-ngettext]) 11-]) 12-m4_ifdef([AM_GNU_GETTEXT_VERSION], [ 13-#do not indent here 14-AM_GNU_GETTEXT_VERSION([0.18.2]) 15-]) 16+AM_GNU_GETTEXT([external],[need-ngettext]) 17+AM_GNU_GETTEXT_VERSION([0.19.8]) 18 19 # 20 # check for doxygen and pandoc