X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=free%2Flibs%2Fconfigure;h=db17e9003eca97864d1bafb9884414bdc9d74950;hb=70c814157dc1df252c914b743789e5d99e63f611;hp=b2433fc1776c45c43c473c99f57ec491e95739b8;hpb=ad920945145a18895ef391511c92ef42e0e4c3d7;p=libucw.git diff --git a/free/libs/configure b/free/libs/configure index b2433fc1..db17e900 100755 --- a/free/libs/configure +++ b/free/libs/configure @@ -14,7 +14,7 @@ BEGIN { } elsif ($0 =~ m@^(.*)/configure$@ && -f "$1/$pkgfile") { $srcdir=$1; } else { - die "Don't know how to find myself. Please set SRCDIR manually."; + die "Don't know how to find myself. Please set SRCDIR manually.\n"; } } } @@ -29,6 +29,7 @@ Include Get("CONFIG"); require UCW::Configure::Paths; require UCW::Configure::C; require UCW::Configure::LibUCW; +require UCW::Configure::Doc; Finish(); Log "\nConfigured, run `make' to build everything.\n";