X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=free%2Flibs%2Fexamples%2Finternal%2Fconfigure;h=32d61781ebc04cbb3e43fb1a253361da779ed173;hb=d779d07989bb0188c7d03d0dec4714d087e2fe8c;hp=3196cbe015ed2de3d8d1aacf4fa0fc3a2409ab49;hpb=9675584c3afb9b7630c198ece4189806a550d472;p=libucw.git diff --git a/free/libs/examples/internal/configure b/free/libs/examples/internal/configure index 3196cbe0..32d61781 100755 --- a/free/libs/examples/internal/configure +++ b/free/libs/examples/internal/configure @@ -27,8 +27,8 @@ Include "ucw/default.cfg"; Log "### Configuring TestApp ###\n\n"; Include Get("CONFIG"); require UCW::Configure::Paths; -require UCW::Configure::Autoconf; -require UCW::Configure::UCW; +require UCW::Configure::C; +require UCW::Configure::LibUCW; Finish(); Log "\nConfigured, run `make' to build everything.\n";