From a1705fe4211340e380d50f48c177ca2d66bf7b8b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 5 Apr 2021 20:11:45 +0200 Subject: add gettext support --- configure.ac | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index edd8a83ed..e0284a515 100644 --- a/configure.ac +++ b/configure.ac @@ -180,6 +180,10 @@ AS_IF([test $libgnunetjson != 1], *** building GNUnet. *** ]])]) +# check for gettext +AM_GNU_GETTEXT([external]) +AM_GNU_GETTEXT_VERSION([0.19.8]) + # Save before checking libgnurl/libcurl CFLAGS_SAVE=$CFLAGS @@ -528,6 +532,7 @@ AC_CONFIG_FILES([Makefile contrib/Makefile doc/Makefile doc/doxygen/Makefile + po/Makefile.in src/Makefile src/auditor/Makefile src/auditordb/Makefile -- cgit v1.2.3