#!/bin/sh
export CFLAGS="-mpentium -march=pentium -O2"
./configure		--without-socks5	\
			--enable-openssl	\
			--disable-debug		\
			--with-openssl-inc=/usr/local/ssl/include/	\
			--with-openssl-lib=/usr/local/ssl/lib/
echo If no errrs - just wait 5 sec., or press Ctrl-C to cancel.
sleep 5
gmake
echo If no errrs - just wait 5 sec., or press Ctrl-C to cancel.
sleep 5
gmake install
