Gettextize sources.
[virt-kernel-info.git] / configure.ac
index 5dd76ed..1f0f27f 100644 (file)
@@ -30,13 +30,17 @@ test "x$U" != "x" && AC_MSG_ERROR([Compiler not ANSI compliant])
 
 AM_PROG_CC_C_O
 
+AC_GNU_SOURCE
+
+AM_GNU_GETTEXT([external])
+AM_GNU_GETTEXT_VERSION([0.17])
+
 dnl Check support for 64 bit file offsets.
 AC_SYS_LARGEFILE
 
-AC_GNU_SOURCE
-
 # Generate output files.
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_FILES([Makefile
+                 po/Makefile.in
                  src/Makefile])
 AC_OUTPUT