X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=bc8a49f9f501f7d3685903b420ae934ede176a64;hb=26637995f07006b7664e572879018adca7e328cb;hp=f936e8b6199ba1702d264baec6dccff9c21701b1;hpb=816f3bcde7ed64b57b35fea80b09a721317df274;p=libguestfs.git diff --git a/configure.ac b/configure.ac index f936e8b..bc8a49f 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -AC_INIT([libguestfs],[1.0.26]) +AC_INIT([libguestfs],[1.0.31]) AM_INIT_AUTOMAKE AC_CONFIG_MACRO_DIR([m4]) @@ -194,6 +194,10 @@ AS_IF([test "x$with_readline" != xno], fi ], -lncurses)]) +dnl For i18n. +AM_GNU_GETTEXT([external]) +AM_GNU_GETTEXT_VERSION([0.17]) + dnl Check for OCaml (optional, for OCaml bindings). AC_PROG_OCAML AC_PROG_FINDLIB @@ -427,7 +431,8 @@ AC_CONFIG_SUBDIRS([daemon]) dnl Produce output files. AC_CONFIG_HEADERS([config.h]) -AC_CONFIG_FILES([Makefile src/Makefile fish/Makefile examples/Makefile +AC_CONFIG_FILES([Makefile + src/Makefile fish/Makefile po/Makefile.in examples/Makefile images/Makefile ocaml/Makefile ocaml/examples/Makefile perl/Makefile