X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=perl-module%2FMakefile.PL;h=56b8a930ce77ea4229cce6e6211bc9b27d58ac57;hb=d92412814c39b033c77f637f130108346a48b996;hp=fcb4db055911064e9a0b998b5ae29eb9526d0070;hpb=240d882fc9f70461f84394388c29c309d1932c9f;p=pspp diff --git a/perl-module/Makefile.PL b/perl-module/Makefile.PL index fcb4db0559..56b8a930ce 100644 --- a/perl-module/Makefile.PL +++ b/perl-module/Makefile.PL @@ -6,14 +6,13 @@ use ExtUtils::MakeMaker; do 'pspp-module-config' || do { my $build = prompt ("Enter the location of the build directory of the configured pspp source:", "" ); - do 'lib/pspp-vers.pl' || die "No version info"; my $src = $top_srcdir; %Locations = (SourceDir => "$src", BuildDir => "$build"); }; WriteMakefile( - FULLPERL => "PSPP_TEST_CMD=\"$Locations{BuildDir}/src/ui/terminal/pspp -B $Locations{SourceDir}/config\" \$(PERL)", + FULLPERL => "PSPP_TEST_CMD=\"$Locations{BuildDir}/src/ui/terminal/pspp\" \$(PERL)", NAME => 'PSPP', DISTNAME => 'PSPP-Perl', VERSION_FROM => "$Locations{BuildDir}/src/libpspp/version.c",