diff --git a/en_US.ISO8859-1/books/porters-handbook/book.xml b/en_US.ISO8859-1/books/porters-handbook/book.xml index 2357314ceb..bc3e5be6ad 100644 --- a/en_US.ISO8859-1/books/porters-handbook/book.xml +++ b/en_US.ISO8859-1/books/porters-handbook/book.xml @@ -4546,6 +4546,34 @@ CONFIGURE_ARGS+= --with-foo Do not use this method for new ports. + + + Default Options + The following options are always on by default. + + + DOCS — build and install + documentation. + + + NLS — Native Language + Support. + + + EXAMPLES — build and install + examples. + + + IPV6 — IPv6 protocol support. + + + + There is no need to add these to + OPTIONS_DEFAULT. To have them show up + in the options selection dialog, however, they must be added + to OPTIONS_DEFINE. + +