--- configure.in 2006-10-31 06:21:34.000000000 +0100 +++ ../../dev/gift/configure.in 2006-10-31 05:23:07.000000000 +0100 @@ -65,7 +65,7 @@ AC_PATH_PROG(PERL,perl) -if perl gift-check-perl-config.pl "XML::DOM" "XML::XQL" "XML::XQL::DOM" "Text::Iconv" "HTTP::Request" "XML::Parser"; +if perl ${srcdir}/gift-check-perl-config.pl "XML::DOM" "XML::XQL" "XML::XQL::DOM" "Text::Iconv" "HTTP::Request" "XML::Parser"; then echo "Your perl setup seems to be OK for running the GIFT" ; else AC_MSG_ERROR([There are some modules missing from your perl configuration. Please see the output above.]) fi