aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Ton Voon <tonvoon@users.sourceforge.net> 2006-05-30 09:19:47 +0000
committerGravatar Ton Voon <tonvoon@users.sourceforge.net> 2006-05-30 09:19:47 +0000
commit5817bf6a784da2420c01583dbdfee7fc24003541 (patch)
tree6f9e67bd78d9853077524b2e778dd0c489f01f86 /doc
parentac0e03df0d64a3d1f6cba3f34305f24f7d8db302 (diff)
downloadmonitoring-plugins-5817bf6a784da2420c01583dbdfee7fc24003541.tar.gz
Added libtool files, at version 1.5.22, into CVS
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1409 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'doc')
-rw-r--r--doc/developer-guidelines.sgml4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/developer-guidelines.sgml b/doc/developer-guidelines.sgml
index 6d5c813c..af70cef6 100644
--- a/doc/developer-guidelines.sgml
+++ b/doc/developer-guidelines.sgml
@@ -57,7 +57,6 @@
gnu make 3.79
automake 1.8.3
autoconf 2.58
- gnu libtool 1.5.6
</literallayout>
To compile from CVS, after you have checked out the code, run:
@@ -73,6 +72,9 @@
are synced with the coreutils project and we use the same levels of gettext that they
distribute.
</para>
+ <para>Note: gnu libtool, which must be at version 1.5.22 or above, has files installed into CVS, so is not
+ a development platform requirement.
+ </para>
</section>
<section id="PlugOutput"><title>Plugin Output for Nagios</title>