aboutsummaryrefslogtreecommitdiffstats
path: root/appendixa/autoconf-desc.xml
diff options
context:
space:
mode:
authorThomas Balu Walter <tw@itreff.de>2001-03-14 19:26:45 +0000
committerThomas Balu Walter <tw@itreff.de>2001-03-14 19:26:45 +0000
commit3cc70a04da4eb7dbd99789a87011d39a0d3bc615 (patch)
tree98caf479042c7f16083978e8ffadef5c6443c23f /appendixa/autoconf-desc.xml
parent36304016c2076dbf1dd08bc8cb0fe51b7e623107 (diff)
Removed all third person-references "you" - "a user" e.g.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@316 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/autoconf-desc.xml')
-rw-r--r--appendixa/autoconf-desc.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/appendixa/autoconf-desc.xml b/appendixa/autoconf-desc.xml
index b6d2f3554..081973535 100644
--- a/appendixa/autoconf-desc.xml
+++ b/appendixa/autoconf-desc.xml
@@ -34,8 +34,8 @@ statements for configure to use
<sect3><title>autoreconf</title>
<para>
-If you have a lot of Autoconf-generated configure scripts, the
-autoreconf program can save you some work. It runs autoconf (and
+If there are a lot of Autoconf-generated configure scripts, the
+autoreconf program can save some work. It runs autoconf (and
autoheader, where appropriate) repeatedly to remake the Autoconf
configure scripts and configuration header templates in the directory
tree rooted at the current directory.
@@ -46,7 +46,7 @@ tree rooted at the current directory.
<sect3><title>autoscan</title>
<para>
-The autoscan program can help you create a configure.in file for
+The autoscan program can help to create a configure.in file for
a software package. autoscan examines source files in the directory
tree rooted at a directory given as a command line argument, or the
current directory if none is given. It searches the source files for
@@ -71,7 +71,7 @@ Autoconf macros by their old names to use the current macro names.
ifnames can help when writing a configure.in for a software
package. It prints the identifiers that the package already uses in C
preprocessor conditionals. If a package has already been set up to
-have some portability, this program can help you figure out what its
+have some portability, this program can help to figure out what its
configure needs to check for. It may help fill in some gaps in a
configure.in generated by autoscan.
</para>