2002-08-02 Alexandre Duret-Lutz <duret_g@epita.fr>
+ * automake.texi (Python): Fix wording.
+
* tests/ext2.test: New file. This bug is present in Automake 1.6.3
and was fixed by the change on variable_conditions_permutations
and invert_conditions on 2002-05-16.
Automake ships with an Autoconf macro called @code{AM_PATH_PYTHON} which
will determine some Python-related directory variables (see below). If
-have called @code{AM_PATH_PYTHON} from you @file{configure.in}, then you
+you have called @code{AM_PATH_PYTHON} from @file{configure.in}, then you
may use the following variables to list you Python source files in your
variables: @samp{python_PYTHON}, @samp{pkgpython_PYTHON},
-@samp{pkgpython_PYTHON}, @samp{pyexecdir_PYTHON},
-@samp{pkgpyexecdir_PYTHON}, depending where you want your files
-installed.
+@samp{pyexecdir_PYTHON}, @samp{pkgpyexecdir_PYTHON}, depending where you
+want your files installed.
@code{AM_PATH_PYTHON} takes a single optional argument. This argument,
if present, is the minimum version of Python which can be used for this