This commit is contained in:
Bruce Dubbs 2025-02-13 10:42:22 -06:00
parent 49d459faf0
commit 8d2a82c341

View File

@ -71,7 +71,7 @@ FORCE_UNSAFE_CONFIGURE=1 ./configure \
build system, so the configuration files must
be regenerated. Normally we would use the
<parameter>-i</parameter> option to update the standard
auxilary files, but for this package it does not work because
auxiliary files, but for this package it does not work because
<filename>configure.ac</filename> specified an old gettext
version.</para>
</listitem>
@ -80,7 +80,7 @@ FORCE_UNSAFE_CONFIGURE=1 ./configure \
<varlistentry>
<term><command>automake -af</command></term>
<listitem>
<para>The automake auxilary files were not updated by
<para>The automake auxiliary files were not updated by
<command>autoreconf</command> due to the missing
<parameter>-i</parameter> option. This command updates them
to prevent a build failure.</para>