X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=free%2Flibs%2Fconfigure;h=a359da281800638055b798e531eeb050949d8a83;hb=09e7fe5641b94148d998a1b620bf694f353cb17b;hp=3934fef4c34dba3cf7993a1f341629ec3fa101cb;hpb=6653d0a752dd937152fa66f1725fab42edc25b8a;p=libucw.git diff --git a/free/libs/configure b/free/libs/configure index 3934fef4..a359da28 100755 --- a/free/libs/configure +++ b/free/libs/configure @@ -25,7 +25,9 @@ Init($srcdir, "default.cfg"); Include "ucw/default.cfg"; Log "### Configuring Sherlock Libraries " . Get("SHERLOCK_VERSION") . " with configuration " . Get("CONFIG") . "\n"; Include Get("CONFIG"); +Include "ucw/paths.cfg"; Include "ucw/autoconf.cfg"; +Include "ucw/ucw.cfg"; Finish(); Log "\nConfigured, run `make' to build everything.\n";