summaryrefslogtreecommitdiffstats
path: root/dev/todo
diff options
context:
space:
mode:
Diffstat (limited to 'dev/todo')
-rw-r--r--dev/todo/packaging.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/dev/todo/packaging.mdwn b/dev/todo/packaging.mdwn
index 9dcfeae..a973a49 100644
--- a/dev/todo/packaging.mdwn
+++ b/dev/todo/packaging.mdwn
@@ -18,15 +18,21 @@ packaged soon includes:
GNU Autoconf generates `configure` scripts that are used to configure
software packages for building.
+ Autoconf depends on GNU M4.
+
* **[GNU Automake](https://www.gnu.org/software/automake/)**
GNU Automake generates `Makefile.in` files that are used to build software
packages.
+ Automake depends on GNU Autoconf.
+
* **[GNU M4](https://www.gnu.org/software/m4/)**
GNU M4 is a macro processor, notably used by GNU Autoconf.
+ M4 depends on Perl 5.
+
* **[Perl 5](http://www.perl.org/)**
Perl 5 is a language interpreter, especially popular in systems