X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=build%2Fcheck-customs;h=c50ca1e7db19b93a3aef976e3212f543d687d057;hb=4f3517ad5229aa39d1bbe403577328813800f8d2;hp=c41ea70f3e5348b82ff1719553c84582b3faf034;hpb=ec9dbd72f6baba08a740bdcdb158fda704a35f72;p=libucw.git diff --git a/build/check-customs b/build/check-customs index c41ea70f..c50ca1e7 100755 --- a/build/check-customs +++ b/build/check-customs @@ -15,7 +15,7 @@ function try ( cd $TDIR - if ! ../../configure $@ CC=gcc-3.0 >>log 2>&1 ; then + if ! ../../configure $@ CC=gcc-3.4 >>log 2>&1 ; then echo " CANNOT CONFIGURE" exit 1 fi @@ -34,14 +34,14 @@ if [ -n "$1" ] ; then else try free # the free version try bare -CONFIG_INDEXER -CONFIG_SEARCH # absolutely stripped version - try bare # the bare version + try bare CONFIG_ALLOW_ANY # the bare version try debug/matcher-test # bare + custom stats and matchers - try centrum/cz ROLE=search # various Centrum.cz configurations + try centrum/cz ROLE=search1-x # various Centrum.cz configurations try centrum/cz ROLE=indexer try centrum/cz ROLE=gather try centrum/cz ROLE=reap+watson try centrum/cz ROLE=all CONFIG_PARTMAP_IS_MMAP - try centrum/pl + try centrum/pl ROLE=all try debug CONFIG_SHARED # debugging configuration with shared libs try debug # debugging configuration fi