changeset 1524:d35cf9a5e0b5

rename default_options.h.in in docs too
author Matt Johnston <matt@ucc.asn.au>
date Tue, 20 Feb 2018 19:29:55 +0800
parents 47fcbdd12d9b
children 10994a613a6b
files CHANGES INSTALL
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGES	Mon Feb 19 23:04:46 2018 +0800
+++ b/CHANGES	Tue Feb 20 19:29:55 2018 +0800
@@ -2,7 +2,7 @@
 
 - IMPORTANT:
   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
   upstream options.h from your relevant version. Any customised options should
--- a/INSTALL	Mon Feb 19 23:04:46 2018 +0800
+++ b/INSTALL	Tue Feb 20 19:29:55 2018 +0800
@@ -1,7 +1,7 @@
 Basic Dropbear build instructions:
 
 - 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
 
 - If using a Mercurial or Git checkout, "autoconf; autoheader"