X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=free%2Flibs%2Fexamples%2Finternal%2Fconfigure;h=d914789a288635840adda6253b2eeb6e8cdf84a3;hb=a4fe009d3366b0a3e119713b0ecc7fc0070efdfa;hp=3196cbe015ed2de3d8d1aacf4fa0fc3a2409ab49;hpb=9675584c3afb9b7630c198ece4189806a550d472;p=libucw.git diff --git a/free/libs/examples/internal/configure b/free/libs/examples/internal/configure index 3196cbe0..d914789a 100755 --- a/free/libs/examples/internal/configure +++ b/free/libs/examples/internal/configure @@ -14,7 +14,7 @@ BEGIN { } elsif ($0 =~ m@^(.*)/configure$@ && -f "$1/$pkgfile") { $srcdir=$1; } else { - die "Don't know how to find myself. Please set SRCDIR manually."; + die "Don't know how to find myself. Please set SRCDIR manually.\n"; } } } @@ -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";