
CFLAGS=-O2  ./configure --prefix=/usr --mandir=/usr/share/man && 
make && 
make install &&
AUTHOR="Test User" ./make_archive --release

