X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=5c07e1b9e540f4da7536d09e0f53376e53afc3f3;hb=refs%2Ftags%2F1.0.29;hp=f3b79a1274f8315ff53c0fb717a5f284a702612d;hpb=29204fe10d6ad46bace50e82557cb95e8a0f3529;p=libguestfs.git diff --git a/configure.ac b/configure.ac index f3b79a1..5c07e1b 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.29]) AM_INIT_AUTOMAKE AC_CONFIG_MACRO_DIR([m4]) @@ -195,7 +195,8 @@ AS_IF([test "x$with_readline" != xno], ], -lncurses)]) dnl For i18n. -IT_PROG_INTLTOOL +AM_GNU_GETTEXT([external]) +AM_GNU_GETTEXT_VERSION([0.17]) dnl Check for OCaml (optional, for OCaml bindings). AC_PROG_OCAML