diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-05-30 09:19:47 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-05-30 09:19:47 (GMT) |
commit | 5817bf6a784da2420c01583dbdfee7fc24003541 (patch) | |
tree | 6f9e67bd78d9853077524b2e778dd0c489f01f86 /doc | |
parent | ac0e03df0d64a3d1f6cba3f34305f24f7d8db302 (diff) | |
download | monitoring-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.sgml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/developer-guidelines.sgml b/doc/developer-guidelines.sgml index 6d5c813..af70cef 100644 --- a/doc/developer-guidelines.sgml +++ b/doc/developer-guidelines.sgml | |||
@@ -57,7 +57,6 @@ | |||
57 | gnu make 3.79 | 57 | gnu make 3.79 |
58 | automake 1.8.3 | 58 | automake 1.8.3 |
59 | autoconf 2.58 | 59 | autoconf 2.58 |
60 | gnu libtool 1.5.6 | ||
61 | </literallayout> | 60 | </literallayout> |
62 | 61 | ||
63 | To compile from CVS, after you have checked out the code, run: | 62 | To compile from CVS, after you have checked out the code, run: |
@@ -73,6 +72,9 @@ | |||
73 | are synced with the coreutils project and we use the same levels of gettext that they | 72 | are synced with the coreutils project and we use the same levels of gettext that they |
74 | distribute. | 73 | distribute. |
75 | </para> | 74 | </para> |
75 | <para>Note: gnu libtool, which must be at version 1.5.22 or above, has files installed into CVS, so is not | ||
76 | a development platform requirement. | ||
77 | </para> | ||
76 | </section> | 78 | </section> |
77 | 79 | ||
78 | <section id="PlugOutput"><title>Plugin Output for Nagios</title> | 80 | <section id="PlugOutput"><title>Plugin Output for Nagios</title> |