diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-04-05 20:11:45 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-04-05 20:11:45 +0200 |
commit | a1705fe4211340e380d50f48c177ca2d66bf7b8b (patch) | |
tree | af2f426d8290327e52a5992935d6c22160be2a25 /configure.ac | |
parent | da15a59717fcf824569cbd647641c572405eb678 (diff) |
add gettext support
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
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 |