summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CHANGES2
-rw-r--r--INSTALL2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 1f002ac..2b66e44 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,7 @@ Upcoming...
- 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
diff --git a/INSTALL b/INSTALL
index bb24c20..ce0637f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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"