summaryrefslogtreecommitdiff
path: root/ModularDevelopersGuide.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'ModularDevelopersGuide.mdwn')
-rw-r--r--ModularDevelopersGuide.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/ModularDevelopersGuide.mdwn b/ModularDevelopersGuide.mdwn
index 93ea1191..ca9aea43 100644
--- a/ModularDevelopersGuide.mdwn
+++ b/ModularDevelopersGuide.mdwn
@@ -25,7 +25,7 @@ It is strongly advised you install such packages from your O/S official packagin
* [[automake (1.10)|http://www.gnu.org/software/automake/]] – Create GNU standards-compliant Makefiles from template files
* [[autopoint|https://www.gnu.org/software/gettext/]] – Copies standard gettext (i18n) infrastructure files into a source package
* [[gmake|http://www.gnu.org/software/make/]] – The GNU version of the "make" utility to maintain groups of programs
-* [[libtool (1.5)|http://www.gnu.org/software/libtool/]] – Provide generic shared library support
+* [[libtool (2.2)|http://www.gnu.org/software/libtool/]] – Provide generic shared library support
* [[pkg-config (0.22)|http://pkg-config.freedesktop.org/wiki/]] – Return metainformation about installed libraries
### Development Tools