X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=free%2Flibs%2Fconfigure;h=be2aee08c841d67e59fadf22af703fec48262e68;hb=dc63fe59d2bb4c3eb8be67790a55069c8c0a46a9;hp=0313d745fcf62a143a02c25d40657965886c1f6e;hpb=33a9906a504d894349311ad1932076e25ae49e85;p=libucw.git diff --git a/free/libs/configure b/free/libs/configure index 0313d745..be2aee08 100755 --- a/free/libs/configure +++ b/free/libs/configure @@ -21,12 +21,11 @@ BEGIN { UCW::Configure::import UCW::Configure; } -Init($srcdir, "defconfig"); ## FIXME: Shouldn't we use default.cfg everywhere? -Include "sherlock/default.cfg"; +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";