summaryrefslogtreecommitdiff
path: root/DEVELOPERS.md
diff options
context:
space:
mode:
Diffstat (limited to 'DEVELOPERS.md')
-rw-r--r--DEVELOPERS.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/DEVELOPERS.md b/DEVELOPERS.md
new file mode 100644
index 0000000..0253a7f
--- /dev/null
+++ b/DEVELOPERS.md
@@ -0,0 +1,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