X-Git-Url: https://git.jankratochvil.net/?p=macros.git;a=blobdiff_plain;f=AutoGen.pm;fp=AutoGen.pm;h=0947a21437a7be5d805699c406e154c0d8aee9a1;hp=8519a75d7c84d5a8cb5f8f1e30ba312404f26c9c;hb=064fdbb8baee75503ef5b3d37cc20ec93c7ccb0d;hpb=19e00dcd0398730dff10b24fe7258f7b5b79f4ec diff --git a/AutoGen.pm b/AutoGen.pm index 8519a75..0947a21 100644 --- a/AutoGen.pm +++ b/AutoGen.pm @@ -43,6 +43,9 @@ HERE } die "You are missing some modules - install them by:\n" ."\tperl -MCPAN -e 'install qw(".join(" ",@missing).")'\n" + ."If you see messages: Writing Makefile for -- NOT OK\n" + ."you may did not have installed make(1) while configuring Perl CPAN.\n" + ."Install make(1) and type 'o conf init' in: perl -MCPAN -e shell\n" if @missing; }