diff -ruN Alien-SDL-1.446-orig/Build.PL Alien-SDL-1.446/Build.PL --- Alien-SDL-1.446-orig/Build.PL 2015-02-21 13:53:18.000000000 -0600 +++ Alien-SDL-1.446/Build.PL 2017-10-26 07:31:53.000000000 -0500 @@ -99,6 +99,7 @@ } }, get_options => { 'with-sdl-config' => { qw(type :s store) => \$sdl_config } }, + installdirs => 'vendor', dynamic_config => 1, create_readme => 1, share_dir => 'sharedir', @@ -203,18 +204,6 @@ my $i = 1; my $prompt_string = "\nYou have the following options:\n"; my $recommended_candidate = 1; - foreach my $c (@candidates) { - $recommended_candidate = $i if $c->{buildtype} eq 'build_from_sources'; - - if( $c->{buildtype} eq 'use_config_script' ) { - $c->{title} .= "\n "; - for(qw(SDL SDL_image SDL_mixer SDL_ttf SDL_gfx SDL_Pango)) { - $c->{title} .= "$_(v$have_libs{$_}->[0]) " if $have_libs{$_}[0]; - } - } - - $prompt_string .= "[" . $i++ . "] " . $c->{title} . "\n"; - } # select option '1' for travis if ( defined $travis and $travis == 1 ) {