#!/bin/sh evloop=POLL for arg in "$@"; do case "$arg" in --with-evloop-method=*) evloop=`echo $arg | sed 's/--with-evloop-method=//'` ;; --help|-h|*) echo 'usage: ./configure [options]' echo 'options:' echo ' --with-evloop-method=