X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=4d991b89f98f4b273ed4119980d05cedf0b959fd;hb=7682199cfca20a52664c8e52035a06345862f226;hp=a25198823810bc48d61146be1f9917b1436f8b56;hpb=91e3bbb85610904802191d055c25e5b285a9cb48;p=libguestfs.git diff --git a/configure.ac b/configure.ac index a251988..4d991b8 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.27]) +AC_INIT([libguestfs],[1.0.32]) AM_INIT_AUTOMAKE AC_CONFIG_MACRO_DIR([m4]) @@ -156,7 +156,7 @@ AC_DEFINE_UNQUOTED([host_cpu],["$host_cpu"],[Host architecture.]) dnl --with-updates to specify a Fedora updates repository. AC_ARG_WITH([updates], [AS_HELP_STRING([--with-updates], - [set name of Fedora updates repository @<:@default=updates-released-f10@:>@])], + [set name of Fedora updates repository @<:@default=updates-released-f11@:>@])], [], [with_updates=updates-released-f11]) UPDATES="$with_updates" @@ -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