Replace 'configure' with '@command{configure}' as appropriate.
authorWilliam Pursell <bill.pursell@gmail.com>
Mon, 1 Dec 2008 21:06:18 +0000 (21:06 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 3 Dec 2008 20:07:22 +0000 (21:07 +0100)
* doc/automake.texi (Auxiliary Programs, Python, Rebuilding):
Replace 'configure' with '@command{configure}' as appropriate.

ChangeLog
doc/automake.texi

index ed86270..e866c04 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-12-03  William Pursell  <bill.pursell@gmail.com>
+
+       * doc/automake.texi (Auxiliary Programs, Python, Rebuilding):
+       Replace 'configure' with '@command{configure}' as appropriate.
+
 2008-11-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        Fixup release rules.
index 1190f2e..a3d777d 100644 (file)
@@ -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