From 4f5259cc5b6273f509602434747f702d16b71b27 Mon Sep 17 00:00:00 2001 From: Mike Burns Date: Sat, 27 Jul 2013 00:34:01 -0400 Subject: Re-write using GNU autoconf and automake Replace the `Makefile` with a `configure.ac` and a set of `Makefile.am`. --- DEVELOPERS.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 DEVELOPERS.md (limited to 'DEVELOPERS.md') 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 -- cgit v1.2.3