From 73c9c332463b4c0d744a5cb1f570609f1e19ea26 Mon Sep 17 00:00:00 2001 From: Eudald Gubert i Roldan Date: Fri, 3 Apr 2020 20:17:52 +0200 Subject: Removed automake dependency --- configure | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100755 configure (limited to 'configure') diff --git a/configure b/configure new file mode 100755 index 0000000..aaba04d --- /dev/null +++ b/configure @@ -0,0 +1,43 @@ +#!/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=