X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=free%2Flibs%2Fexamples%2Finternal%2Fconfigure;h=6f4a678d757d57c71a709f3ba350e1b5c41295b3;hb=89f86d97def2a365b1799f70e3f254264b9c7615;hp=1e93b7eabdff0c36ef762516df2b983c07c028ff;hpb=6653d0a752dd937152fa66f1725fab42edc25b8a;p=libucw.git diff --git a/free/libs/examples/internal/configure b/free/libs/examples/internal/configure index 1e93b7ea..6f4a678d 100755 --- a/free/libs/examples/internal/configure +++ b/free/libs/examples/internal/configure @@ -17,7 +17,7 @@ BEGIN { die "Don't know how to find myself. Please set SRCDIR manually."; } } - require "$srcdir/ucw/perl/Configure.pm"; + require "$srcdir/ucw/perl/UCW/Configure.pm"; UCW::Configure::import UCW::Configure; } @@ -25,7 +25,9 @@ Init($srcdir, "default.cfg"); Include "ucw/default.cfg"; Log "### Configuring TestApp ###\n\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";