X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=build%2Fcheck-customs;h=b22975055c17e92e220fb872765116b2c6c61baf;hb=d1a5b69d490ce61a0f41db08263580487720bf2f;hp=813b4db245529d559712954f5889f80cc50d0ecf;hpb=5e42ce106569786808c4b26ef35a8fa4457d306b;p=libucw.git diff --git a/build/check-customs b/build/check-customs index 813b4db2..b2297505 100755 --- a/build/check-customs +++ b/build/check-customs @@ -1,6 +1,6 @@ #!/bin/bash # A script for testing compilability of different configurations -# (c) 2004--2005 Martin Mares +# (c) 2004--2006 Martin Mares set -e @@ -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 @@ -36,11 +36,12 @@ else try bare -CONFIG_INDEXER -CONFIG_SEARCH # absolutely stripped version try bare # 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 + try centrum/cz ROLE=all CONFIG_PARTMAP_IS_MMAP + try centrum/pl ROLE=all try debug CONFIG_SHARED # debugging configuration with shared libs try debug # debugging configuration fi