]> mj.ucw.cz Git - libucw.git/blobdiff - free/libs/configure
Configure: Check for pkg-config before using it.
[libucw.git] / free / libs / configure
index f0f701e06dfe91a12d5d1d5131989f01a4e4538d..db17e9003eca97864d1bafb9884414bdc9d74950 100755 (executable)
@@ -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,9 @@ Include "ucw/default.cfg";
 Log "### Configuring Sherlock Libraries " . Get("SHERLOCK_VERSION") . " with configuration " . Get("CONFIG") . "\n";
 Include Get("CONFIG");
 require UCW::Configure::Paths;
-require UCW::Configure::Autoconf;
-require UCW::Configure::UCW;
+require UCW::Configure::C;
+require UCW::Configure::LibUCW;
+require UCW::Configure::Doc;
 Finish();
 
 Log "\nConfigured, run `make' to build everything.\n";