rename default_options.h.in in docs too

This commit is contained in:
Matt Johnston 2018-02-20 19:29:55 +08:00
parent 4768351e89
commit b080f5a047
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ Upcoming...
- IMPORTANT: - IMPORTANT:
Custom configuration is now specified in local_options.h rather than options.h Custom configuration is now specified in local_options.h rather than options.h
Available options and defaults can be seen in default_options.h.in Available options and defaults can be seen in default_options.h
To migrate your configuration, compare your customised options.h against the To migrate your configuration, compare your customised options.h against the
upstream options.h from your relevant version. Any customised options should upstream options.h from your relevant version. Any customised options should

View File

@ -1,7 +1,7 @@
Basic Dropbear build instructions: Basic Dropbear build instructions:
- Edit localoptions.h to set which features you want. Available options - Edit localoptions.h to set which features you want. Available options
are described in default_options.h.in, these will be overridden by are described in default_options.h, these will be overridden by
anything set in localoptions.h anything set in localoptions.h
- If using a Mercurial or Git checkout, "autoconf; autoheader" - If using a Mercurial or Git checkout, "autoconf; autoheader"