aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/autoconf.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2023-09-02 08:54:55 -0500
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2023-09-02 08:54:55 -0500
commit3864d235cfd3623f6a4765d9acd13caee62c6629 (patch)
tree6e6927bda307eb7e515a649a06a786f3abb91f56 /chapter08/autoconf.xml
parentfd409751bf218dab1399088dbf0c6edee2506b10 (diff)
Package updates and misc upates/typos.
Update to vim-1837.$ Update to zlib-1.3.$ Update to wheel-0.41.2 (Python Module).$ Update to util-linux-2.39.2.$ Update to sysvinit-3.08.$ Update to shadow-4.14.0.$ Update to Python-3.11.5.$ Update to procps-ng-4.0.4.$ Update to pkgconf-2.0.2.$ Update to mpfr-4.2.1.$ Update to kbd-2.6.2.$ Update to gzip-1.13.$ Update to coreutils-9.4.$ Specify the 'nobody-group' for systemd.$ Remove unused usb group.$
Diffstat (limited to 'chapter08/autoconf.xml')
-rw-r--r--chapter08/autoconf.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/autoconf.xml b/chapter08/autoconf.xml
index 7925e44ea..38375665f 100644
--- a/chapter08/autoconf.xml
+++ b/chapter08/autoconf.xml
@@ -153,7 +153,7 @@
<para>Helps to create a <filename>configure.in</filename> file for a
software package; it examines the source files in a directory tree,
searching them for common portability issues, and creates a
- <filename>configure.scan</filename> file that serves as as a
+ <filename>configure.scan</filename> file that serves as a
preliminary <filename>configure.in</filename> file for the
package</para>
<indexterm zone="ch-system-autoconf autoscan">