mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
Add sed to stop underquoting an M4 script in pkg-config
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9370 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
6f8df4bf43
commit
7fa322a1d3
@ -36,6 +36,17 @@
|
||||
</listitem>
|
||||
|
||||
-->
|
||||
<listitem>
|
||||
<para>2010-09-03</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Add sed to stop underquoting an M4 script
|
||||
in pkg-config. Fixes
|
||||
<ulink url="&lfs-ticket-root;2746">#2746</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>2010-08-31</para>
|
||||
<itemizedlist>
|
||||
|
@ -42,6 +42,12 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Pkg-config</title>
|
||||
|
||||
<para>First fix a problem with underquoting that shows up in later versions of
|
||||
<command>autoconf</command>:</para>
|
||||
|
||||
<screen><userinput remap="pre">sed -i -e 's/XT])dnl/XT])[]dnl/' \
|
||||
-e 's/\.])dnl/\.])[]dnl/' pkg.m4</userinput></screen>
|
||||
|
||||
<para>Prepare Pkg-config for compilation:</para>
|
||||
|
||||
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!ENTITY version "SVN-20100831">
|
||||
<!ENTITY releasedate "August 31, 2010">
|
||||
<!ENTITY version "SVN-20100903">
|
||||
<!ENTITY releasedate "September 3, 2010">
|
||||
<!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not – -->
|
||||
<!ENTITY milestone "6.7">
|
||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
Loading…
Reference in New Issue
Block a user