X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=configure.ac;h=935abdc762c319e8fd68adc53cdbb6340579f8ae;hp=1a37716a9b75fc84eeb00abd10cc1a20050ccad7;hb=8c48f5ae2ea5221f6c53934262c5505f4b20ca8c;hpb=377926be5bdadda3b149090c7a3a0d694552a9c3 diff --git a/configure.ac b/configure.ac index 1a37716..935abdc 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ # major/minor/release must be numbers m4_define([libguestfs_major], [1]) m4_define([libguestfs_minor], [5]) -m4_define([libguestfs_release], [6]) +m4_define([libguestfs_release], [7]) # extra can be any string m4_define([libguestfs_extra], []) @@ -768,6 +768,10 @@ AM_CONDITIONAL([HAVE_INSPECTOR], AM_CONDITIONAL([HAVE_TOOLS], [test "x$PERL" != "xno" -a "x$missing_perl_modules" != "xyes"]) +dnl po4a for translating man pages and POD files (optional). +AC_CHECK_PROG([PO4A],[po4a],[po4a],[no]) +AM_CONDITIONAL([HAVE_PO4A], [test "x$PO4A" != "xno"]) + dnl Library versioning. MAX_PROC_NR=`cat $srcdir/src/MAX_PROC_NR` AC_SUBST(MAX_PROC_NR) @@ -802,6 +806,8 @@ AC_CONFIG_FILES([Makefile gnulib/lib/Makefile gnulib/tests/Makefile fuse/Makefile + po-docs/Makefile + po-docs/ja/Makefile ocaml/META perl/Makefile.PL]) AC_OUTPUT