summaryrefslogtreecommitdiff
path: root/DEVELOPERS.md
blob: 0253a7fb8710d2886653c5a4ead633aae7441553 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Developers
==========

GNU autoconf & automake
-----------------------

This project uses GNU autoconf and automake for installation and
building. To regenerate everything from first principles (`configure.ac`
and `**/Makefile.am`), run these commands:

    aclocal && \
    automake --add-missing --copy && \
    autoconf