summaryrefslogtreecommitdiffstats
path: root/dev
diff options
context:
space:
mode:
authorP. J. McDermott <pehjota>2013-01-04 21:38:47 (EST)
committer P. J. McDermott <pjm@nac.net>2013-01-04 21:38:47 (EST)
commit7e9ac8a77772d01b4897af4cd01a9bcfa29c1a22 (patch)
tree1e1f72145b1a4ec712c456ec039433908cf68260 /dev
parent231458ead4e2f6e5ead2631aced87bb6379ccddb (diff)
dev/todo/packaging: Note dependencies.
Diffstat (limited to 'dev')
-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