summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-05 20:11:45 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-05 20:11:45 +0200
commita1705fe4211340e380d50f48c177ca2d66bf7b8b (patch)
treeaf2f426d8290327e52a5992935d6c22160be2a25 /configure.ac
parentda15a59717fcf824569cbd647641c572405eb678 (diff)
downloadexchange-a1705fe4211340e380d50f48c177ca2d66bf7b8b.tar.gz
exchange-a1705fe4211340e380d50f48c177ca2d66bf7b8b.tar.bz2
exchange-a1705fe4211340e380d50f48c177ca2d66bf7b8b.zip
add gettext support
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
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