diff --git a/cvscompile b/cvscompile new file mode 100644 index 00000000..25d009a3 --- /dev/null +++ b/cvscompile @@ -0,0 +1,9 @@ +#!/bin/bash + +aclocal +automake --foreign +autoconf +export CFLAGS='-O2 -fomit-frame-pointer -Wall -pipe' +./configure +unset CFLAGS +make