X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=68006544981e0b935b98f323fdb71711267391da;hb=a2c695deef4043ec197ff4b55497294a51b1ca93;hp=33cd4c6c5323fbe5b3b7dce527d8d9c52fcc0eda;hpb=9611aba66734efe3e2f1e0792a90003b657a89f5;p=virt-df.git diff --git a/configure.ac b/configure.ac index 33cd4c6..6800654 100644 --- a/configure.ac +++ b/configure.ac @@ -29,6 +29,8 @@ if test "x$OCAMLFIND" = "x"; then AC_MSG_ERROR([OCaml findlib is required]) fi +AC_CHECK_OCAML_WORD_SIZE(OCAML_WORD_SIZE) + dnl Use ocamlfind to find the required packages ... dnl Check for required OCaml packages. @@ -77,7 +79,7 @@ AC_CHECK_PROG(OCAML_GETTEXT,ocaml-gettext,ocaml-gettext) dnl Write gettext modules for the programs. dnl http://www.le-gall.net/sylvain+violaine/documentation/ocaml-gettext/html/reference-manual/ch03s04.html -for d in virt-df; do +for d in diskzip virt-df; do f=`echo $d | tr - _`_gettext.ml AC_MSG_NOTICE([creating $d/$f]) rm -f $d/$f @@ -120,6 +122,7 @@ dnl Produce output files. AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([Makefile Make.rules + diskzip/Makefile lib/Makefile po/Makefile virt-df/Makefile