X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=8f19a2fad6b36ffec7effadd173793de30e0f9fd;hb=d471b0fff5c56bd49df7d47aaac05c21342ac4cf;hp=853cf402d4ad24b0fdf6b1fa495c8633aa6c0f41;hpb=ed7b31aa62abd7ffa77f402f3b74cccad369d0a5;p=hivex.git diff --git a/configure.ac b/configure.ac index 853cf40..8f19a2f 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ # major/minor/release must be numbers m4_define([hivex_major], [1]) m4_define([hivex_minor], [2]) -m4_define([hivex_release], [0]) +m4_define([hivex_release], [1]) # extra can be any string m4_define([hivex_extra], []) @@ -203,7 +203,7 @@ AC_CHECK_PROG([PERL],[perl],[perl],[no]) dnl Check for Perl modules that must be present to compile and dnl test the Perl bindings. missing_perl_modules=no -for pm in Test::More Test::Pod Test::Pod::Coverage ExtUtils::MakeMaker; do +for pm in Test::More Test::Pod Test::Pod::Coverage ExtUtils::MakeMaker IO::Stringy; do AC_MSG_CHECKING([for $pm]) if ! perl -M$pm -e1 >/dev/null 2>&1; then AC_MSG_RESULT([no]) @@ -433,6 +433,7 @@ AC_CONFIG_FILES([Makefile ocaml/Makefile ocaml/META perl/Makefile perl/Makefile.PL po/Makefile.in + regedit/Makefile sh/Makefile xml/Makefile]) AC_OUTPUT