Commit a2ae8f79 a2ae8f79bfdce57b6e7994ed8d8b5f7464f96d3a by Sergey Poznyakoff

Documented --with-included-argp

1 parent 94bc8ede
Showing 1 changed file with 15 additions and 0 deletions
...@@ -173,6 +173,21 @@ options: ...@@ -173,6 +173,21 @@ options:
173 Don't compile regex; this is the default on systems with version 173 Don't compile regex; this is the default on systems with version
174 2 of the GNU C library (use with caution on other systems) 174 2 of the GNU C library (use with caution on other systems)
175 175
176 --disable-nls
177
178 Do not use Native Language Support
179
180 --with-included-gettext
181
182 Use the GNU gettext library included in the Mailutils distribution.
183
184 --with-included-argp
185
186 Use the argp library supplied with the package, instead of the
187 one from your libc. You will need this option if the libc library
188 on your system was compiled without NLS support.
189
190
176 Use following options to disable support for particular protocols or 191 Use following options to disable support for particular protocols or
177 features: 192 features:
178 193
......