This commit is contained in:
Bruce Dubbs 2025-02-13 11:10:49 -06:00
parent 4bc4b26d5a
commit dfd69d56e7

View File

@ -71,7 +71,7 @@ FORCE_UNSAFE_CONFIGURE=1 ./configure \
build system, so the configuration files must build system, so the configuration files must
be regenerated. Normally we would use the be regenerated. Normally we would use the
<parameter>-i</parameter> option to update the standard <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 <filename>configure.ac</filename> specified an old gettext
version.</para> version.</para>
</listitem> </listitem>
@ -80,7 +80,7 @@ FORCE_UNSAFE_CONFIGURE=1 ./configure \
<varlistentry> <varlistentry>
<term><command>automake -af</command></term> <term><command>automake -af</command></term>
<listitem> <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 <command>autoreconf</command> due to the missing
<parameter>-i</parameter> option. This command updates them <parameter>-i</parameter> option. This command updates them
to prevent a build failure.</para> to prevent a build failure.</para>