diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2009-05-19 11:46:50 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2009-05-19 11:46:50 (GMT) |
commit | cfbc87b2d36a8128a0b938b6758ed79399423ae1 (patch) | |
tree | 4ee680499e6aca6c606598a5d0911589c2442fdf /doc | |
parent | 430d093a6fcb98b7045d861a92e71be8868cc460 (diff) | |
download | monitoring-plugins-cfbc87b2d36a8128a0b938b6758ed79399423ae1.tar.gz |
Remove comments regarding former requirements
Don't explain why Libtool and Gettext are no longer needed. Libtool
actually is a requirement, as (at least) the M4 macros provided by
Libtool are needed for our Autotools setup. And the fact that Gettext
is no longer needed probably isn't that interesting for new developers.
Signed-off-by: Holger Weiss <holger@zedat.fu-berlin.de>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/developer-guidelines.sgml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/developer-guidelines.sgml b/doc/developer-guidelines.sgml index ed7e422..132fada 100644 --- a/doc/developer-guidelines.sgml +++ b/doc/developer-guidelines.sgml | |||
@@ -69,14 +69,6 @@ | |||
69 | make install | 69 | make install |
70 | </literallayout> | 70 | </literallayout> |
71 | </para> | 71 | </para> |
72 | |||
73 | <para>Note: gettext is no longer a developer platform requirement. A lot of the files in lib/ and m4/ | ||
74 | are synced with the coreutils project and we use the same levels of gettext that they | ||
75 | distribute. | ||
76 | </para> | ||
77 | <para>Note: gnu libtool, which must be at version 1.5.22 or above, has files installed into CVS, so is not | ||
78 | a development platform requirement. | ||
79 | </para> | ||
80 | </section> | 72 | </section> |
81 | 73 | ||
82 | <section id="PlugOutput"><title>Plugin Output for Nagios</title> | 74 | <section id="PlugOutput"><title>Plugin Output for Nagios</title> |