From b4cd2d51d8048fba8a6774df859e62275e8c1c84 Mon Sep 17 00:00:00 2001 From: William Pursell Date: Mon, 1 Dec 2008 21:06:18 +0000 Subject: [PATCH] Replace 'configure' with '@command{configure}' as appropriate. * doc/automake.texi (Auxiliary Programs, Python, Rebuilding): Replace 'configure' with '@command{configure}' as appropriate. --- ChangeLog | 5 +++++ doc/automake.texi | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index ed86270..e866c04 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-12-03 William Pursell + + * doc/automake.texi (Auxiliary Programs, Python, Rebuilding): + Replace 'configure' with '@command{configure}' as appropriate. + 2008-11-29 Ralf Wildenhues Fixup release rules. diff --git a/doc/automake.texi b/doc/automake.texi index 1190f2e..a3d777d 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -2160,7 +2160,7 @@ things so that the build can continue. @item mkinstalldirs This script used to be a wrapper around @samp{mkdir -p}, which is not -portable. Now we prefer to use @samp{install-sh -d} when configure +portable. Now we prefer to use @samp{install-sh -d} when @command{configure} finds that @samp{mkdir -p} does not work, this makes one less script to distribute. @@ -7442,12 +7442,12 @@ The Python version number, in the form @var{major}.@var{minor} @item PYTHON_PREFIX The string @samp{$@{prefix@}}. This term may be used in future work that needs the contents of Python's @samp{sys.prefix}, but general -consensus is to always use the value from configure. +consensus is to always use the value from @command{configure}. @item PYTHON_EXEC_PREFIX The string @samp{$@{exec_prefix@}}. This term may be used in future work that needs the contents of Python's @samp{sys.exec_prefix}, but general -consensus is to always use the value from configure. +consensus is to always use the value from @command{configure}. @item PYTHON_PLATFORM The canonical name used by Python to describe the operating system, as @@ -8471,7 +8471,7 @@ macros with side effects. @code{CONFIG_STATUS_DEPENDENCIES} adds dependencies to the @file{config.status} rule, whose effect is to run @file{configure}. This variable should therefore carry any non-standard source that may -be read as a side effect of running configure, like @file{version.sh} +be read as a side effect of running @command{configure}, like @file{version.sh} in the example above. Speaking of @file{version.sh} scripts, we recommend against them -- 2.7.4