swh:1:snp:2d869aa00591d2ac8ec8e7abacdda563d413189d
Raw File
Tip revision: 970e49b10446782ec305075648115d5e03637bcb authored by Roberto Di Cosmo on 11 May 2016, 15:07:32 UTC
Reverting one option that still breaks compilation in 4.02, leaving open to fix
Tip revision: 970e49b
INSTALL
To install this program, just type

./configure; make; make install

To uninstall, type

make uninstall

To compile from git, do this first :

aclocal -I m4
autoconf
autoheader
./configure
make
back to top