diff options
author | Richard Jones <rjones@trick.home.annexia.org> | 2009-09-15 11:10:20 +0100 |
---|---|---|
committer | Richard Jones <rjones@trick.home.annexia.org> | 2009-09-15 11:10:20 +0100 |
commit | d778225113dfc34ea4aa4c369937092e63223bba (patch) | |
tree | 20ed5cb5fedea8f8a2e1ee12d3fd23abe9eea38b /configure.ac | |
parent | bf2f52e9c6f787d3b040083909aa9c11c54873f6 (diff) | |
download | libguestfs-d778225113dfc34ea4aa4c369937092e63223bba.tar.gz libguestfs-d778225113dfc34ea4aa4c369937092e63223bba.tar.xz libguestfs-d778225113dfc34ea4aa4c369937092e63223bba.zip |
Set minimum gettext version to 0.17.
This fixes the problem that the 1.0.69 tarball would fail in
the po/ subdirectory when installing:
make[1]: Entering directory `/builddir/build/BUILD/libguestfs-1.0.69/po'
/bin/sh @MKINSTALLDIRS@ /builddir/build/BUILDROOT/libguestfs-1.0.69-1.fc11.x86_64/usr/share
/bin/sh: @MKINSTALLDIRS@: No such file or directory
make[1]: Leaving directory `/builddir/build/BUILD/libguestfs-1.0.69/po'
RHEL 5.3 has gettext 0.14.6. However the tarball will still
build (since it includes all the required code). This may cause
a problem if RHEL users want to build from the git repository.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index fc673376..fcfea205 100644 --- a/configure.ac +++ b/configure.ac @@ -378,7 +378,7 @@ AS_IF([test "x$with_readline" != xno], dnl For i18n. AM_GNU_GETTEXT([external]) -AM_GNU_GETTEXT_VERSION([0.14]) +AM_GNU_GETTEXT_VERSION([0.17]) dnl Check for OCaml (optional, for OCaml bindings). AC_PROG_OCAML |