From: Alexandre Duret-Lutz Date: Fri, 2 Aug 2002 19:52:05 +0000 (+0000) Subject: * automake.texi (Python): Fix wording. X-Git-Tag: Release-1-6d~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a54312d0d298977e09ec41de9459ab199722ab95;p=thirdparty%2Fautomake.git * automake.texi (Python): Fix wording. --- diff --git a/ChangeLog b/ChangeLog index b3d4528fe..14e0a4da4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2002-08-02 Alexandre Duret-Lutz + * 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. diff --git a/automake.texi b/automake.texi index 16464e112..a32abb037 100644 --- a/automake.texi +++ b/automake.texi @@ -3580,12 +3580,11 @@ Python source files are included in the distribution by default. 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