X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=free%2Flibs%2Fconfigure;h=db17e9003eca97864d1bafb9884414bdc9d74950;hb=fa137b705f34710115c81e81f9fe1b60a664d12d;hp=f0f701e06dfe91a12d5d1d5131989f01a4e4538d;hpb=9675584c3afb9b7630c198ece4189806a550d472;p=libucw.git diff --git a/free/libs/configure b/free/libs/configure index f0f701e0..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"; } } } @@ -27,8 +27,9 @@ Include "ucw/default.cfg"; Log "### Configuring Sherlock Libraries " . Get("SHERLOCK_VERSION") . " with configuration " . Get("CONFIG") . "\n"; Include Get("CONFIG"); require UCW::Configure::Paths; -require UCW::Configure::Autoconf; -require UCW::Configure::UCW; +require UCW::Configure::C; +require UCW::Configure::LibUCW; +require UCW::Configure::Doc; Finish(); Log "\nConfigured, run `make' to build everything.\n";