summaryrefslogtreecommitdiff
path: root/README.template
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1999-09-16 05:58:44 +0000
committerPaul Smith <psmith@gnu.org>1999-09-16 05:58:44 +0000
commit45e04a5860476c40b0943e189c9a58f62dca07c8 (patch)
treee3f57c9a1c01e4438da218d0b03e14dd973da31b /README.template
parent6ec7d1881c0be453c7ece03a7dcc51681c514778 (diff)
downloadgunmake-45e04a5860476c40b0943e189c9a58f62dca07c8.tar.gz
* Some minor pre-release updates.
Diffstat (limited to 'README.template')
-rw-r--r--README.template11
1 files changed, 5 insertions, 6 deletions
diff --git a/README.template b/README.template
index 1822174..afb3f69 100644
--- a/README.template
+++ b/README.template
@@ -74,9 +74,8 @@ debug this code, you can do `make check-loadavg' to see if it works
properly on your system. (You must run `configure' beforehand, but you
need not build Make itself to run this test.)
-Another potential source of porting problems is the configure support
-enabling GNU make to access large files (LFS) on those operating systems
-that support them. Please report any bugs that you find in this area.
-If you run into difficulties, then as a workaround you should be able to
-disable LFS by adding the `--disable-largefile' option to the
-`configure' script.
+Another potential source of porting problems is the support for large
+files (LFS) in configure for those operating systems that provide it.
+Please report any bugs that you find in this area. If you run into
+difficulties, then as a workaround you should be able to disable LFS by
+adding the `--disable-largefile' option to the `configure' script.