diff options
author | Richard Jones <rjones@redhat.com> | 2009-05-21 10:54:32 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-05-21 10:54:32 +0100 |
commit | 29204fe10d6ad46bace50e82557cb95e8a0f3529 (patch) | |
tree | df095e5f9ae8a09936cce77e989d9989c70a2156 /configure.ac | |
parent | ff1b92c857d3c0377ce5062e2291fc3332dfc11e (diff) | |
download | libguestfs-29204fe10d6ad46bace50e82557cb95e8a0f3529.tar.gz libguestfs-29204fe10d6ad46bace50e82557cb95e8a0f3529.tar.xz libguestfs-29204fe10d6ad46bace50e82557cb95e8a0f3529.zip |
Intltoolize the source.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a2519882..f3b79a12 100644 --- a/configure.ac +++ b/configure.ac @@ -194,6 +194,9 @@ AS_IF([test "x$with_readline" != xno], fi ], -lncurses)]) +dnl For i18n. +IT_PROG_INTLTOOL + dnl Check for OCaml (optional, for OCaml bindings). AC_PROG_OCAML AC_PROG_FINDLIB @@ -427,7 +430,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 |