Revision fa5c3dd02ed818df59011c8b644f9baac3c2c3b2 authored by Roberto Di Cosmo on 02 November 2016, 13:00:06 UTC, committed by GitHub on 02 November 2016, 13:00:06 UTC
Prevent at_exit handlers registered in the parent from running in the child
2 parent s b1abe53 + c8aab66
Raw File
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