X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=free%2Flibs%2Fconfigure;h=be2aee08c841d67e59fadf22af703fec48262e68;hb=f1b56d292bbe248bf29c078d27986cdfbb1b3d39;hp=769eaac67c35aa5ca4ba9ac34be1b2a1d714a53d;hpb=ae714a97af8f0a899147e7ffd7a38a8a8da365f7;p=libucw.git diff --git a/free/libs/configure b/free/libs/configure index 769eaac6..be2aee08 100755 --- a/free/libs/configure +++ b/free/libs/configure @@ -21,13 +21,11 @@ BEGIN { UCW::Configure::import UCW::Configure; } -Init($srcdir, "defconfig"); ## FIXME: Shouldn't we use default.cfg everywhere? -# FIXME! -Set("SHERLOCK_VERSION" => "0.0"); +Init($srcdir, "default.cfg"); +Include "lib/default.cfg"; Log "### Configuring Sherlock Libraries " . Get("SHERLOCK_VERSION") . " with configuration " . Get("CONFIG") . "\n"; Include Get("CONFIG"); Include "lib/autoconf.cfg"; -Include "sherlock/autoconf.cfg"; Finish(); Log "\nConfigured, run `make' to build everything.\n";