mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 11:21:59 +00:00
Fix an incompatibility between autoconf's testsuite and m4-1.4.5
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7769 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
16a2617321
commit
b083a6928f
@ -38,6 +38,11 @@
|
||||
<listitem>
|
||||
<para>2006-08-17</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[matthew] - Fix autoconf's testsuite, which broke after
|
||||
upgrading to m4-1.4.5. Thanks to Greg Schafer for the report.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[matthew] - Fix a buffer overrun in m4-1.4.5 which causes two
|
||||
of its tests to fail. Thanks to Greg Schafer for the report.</para>
|
||||
|
@ -35,6 +35,11 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Autoconf</title>
|
||||
|
||||
<para>Correct a problem in the testsuite due to an incompatibility with
|
||||
m4-&m4-version;:</para>
|
||||
|
||||
<screen><userinput>sed -i -e "s/Cannot open foo: /cannot open \`foo': /" tests/tools.at</userinput></screen>
|
||||
|
||||
<para>Prepare Autoconf for compilation:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr</userinput></screen>
|
||||
|
Loading…
Reference in New Issue
Block a user