#! /bin/sh # defaults PREFIX=/usr/local # option parsing for option; do if [ "${option%=*}" = '--prefix' ] ; then PREFIX="${option#*=}" fi done cat < /dev/null 2>&1; then have_pkg_config=1 else have_pkg_config=0 fi if xapian-config --version > /dev/null 2>&1; then echo "Checking for Xapian development files... Yes." have_xapian=1 else echo "Checking for Xapian development files... No." have_xapian=0 errors=$((errors + 1)) fi if pkg-config --modversion gmime-2.4 > /dev/null 2>&1; then echo "Checking for GMime 2.4 development files... Yes." have_gmime=1 else echo "Checking for GMime 2.4 development files... No." have_gmime=0 errors=$((errors + 1)) fi if pkg-config --modversion talloc > /dev/null 2>&1; then echo "Checking for talloc development files... Yes." have_talloc=1 else echo "Checking for talloc development files... No." have_talloc=0 errors=$((errors + 1)) fi if printf 'int main(){return 0;}' | gcc -x c -lz -o /dev/null - > /dev/null 2>&1; then echo "Checking for zlib development files... Yes." have_zlib=1 else echo "Checking for zlib development files... No." have_zlib=0 errors=$((errors + 1)) fi if pkg-config --modversion valgrind > /dev/null 2>&1; then echo "Checking for valgrind development files... Yes." have_valgrind=-DHAVE_VALGRIND else echo "Checking for valgrind development files... No." have_valgrind= fi if [ $errors -gt 0 ]; then cat < Makefile.config <