diff options
-rw-r--r-- | dev/pkg/needed.mdwn | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/dev/pkg/needed.mdwn b/dev/pkg/needed.mdwn index 3b313a4..5264330 100644 --- a/dev/pkg/needed.mdwn +++ b/dev/pkg/needed.mdwn @@ -56,15 +56,6 @@ the [work by Neil Williams for Debian][debian-perl-cross]. [perl-cross]: https://lists.debian.org/debian-embedded/2012/06/msg00011.html [debian-perl-cross]: http://www.linux.codehelp.co.uk/serendipity/index.php?/archives/239-Long-term-maintenance-of-perl-cross-build-support-in-Debian.html -GNU M4 (`m4`) -------------- - -<https://www.gnu.org/software/m4/> - -GNU M4 is a macro processor, notably used by GNU Autoconf. - -Depends on: `perl` - GNU Autoconf (`autoconf`) ------------------------- @@ -73,7 +64,7 @@ GNU Autoconf (`autoconf`) GNU Autoconf generates `configure` scripts that are used to configure software packages for building. -Depends on: `m4` +Depends on: `perl` GNU Automake (`automake`) ------------------------- |