X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=1efc7c1f43e247ade6a9a8e47da6e3165787504b;hb=4afeaa0b26978573a864e663ff919de588501ac1;hp=52dbf6dfe2c08d87889cc9c908c32a8b0712f7a2;hpb=5b637fb0bfa2faa357e08aab646e6c427c9f397c;p=hivex.git diff --git a/configure.ac b/configure.ac index 52dbf6d..1efc7c1 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], [1]) +m4_define([hivex_release], [2]) # extra can be any string m4_define([hivex_extra], []) @@ -209,7 +209,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 IO::Stringy; do +for pm in Test::More ExtUtils::MakeMaker IO::Stringy; do AC_MSG_CHECKING([for $pm]) if ! perl -M$pm -e1 >/dev/null 2>&1; then AC_MSG_RESULT([no])