summaryrefslogtreecommitdiffstats
path: root/server/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'server/configure.ac')
-rw-r--r--server/configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/server/configure.ac b/server/configure.ac
index a1060c11f..77f7ec73b 100644
--- a/server/configure.ac
+++ b/server/configure.ac
@@ -20,6 +20,8 @@ AM_PROG_CC_C_O
AC_DISABLE_STATIC
AC_PROG_LIBTOOL
AC_CONFIG_MACRO_DIR([m4])
+AM_GNU_GETTEXT([external])
+AM_GNU_GETTEXT_VERSION([0.17])
m4_pattern_allow([AM_SILENT_RULES])
AM_SILENT_RULES
@@ -84,6 +86,6 @@ AC_SUBST(EXTRA_OBJ)
AC_CHECK_HEADERS([sys/inotify.h])
-AC_CONFIG_FILES([Makefile])
+AC_CONFIG_FILES([Makefile po/Makefile.in])
AC_OUTPUT