First version..

This commit is contained in:
Jaroslav Kysela 1998-12-13 18:08:12 +00:00
parent 9dd27bf7d4
commit a88a145c16

9
cvscompile Normal file
View file

@ -0,0 +1,9 @@
#!/bin/bash
aclocal
automake --foreign
autoconf
export CFLAGS='-O2 -fomit-frame-pointer -Wall -pipe'
./configure
unset CFLAGS
make