Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 261 Bytes

CONTRIBUTE.md

File metadata and controls

13 lines (10 loc) · 261 Bytes

Information

If you want to contribute, please follow the following steps

Autoconf and Automake

To renew this autoconf and automake system, do the following:

aclocal
automake --add-missing
autoconf
./configure
Do tests
make clean