From b8f6d6fb6d1968cbbb3d046cf78b21e6b635652e Mon Sep 17 00:00:00 2001 From: bdubbs Date: Fri, 3 Sep 2010 17:59:22 +0000 Subject: [PATCH] Add sed to stop underquoting an M4 script in pkg-config git-svn-id: svn://svn.linuxfromscratch.org/LFS/trunk/BOOK@9370 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 11 +++++++++++ chapter06/pkg-config.xml | 6 ++++++ general.ent | 4 ++-- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index ad874af14..21b00d061 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,17 @@ --> + 2010-09-03 + + + [bdubbs] - Add sed to stop underquoting an M4 script + in pkg-config. Fixes + #2746. + + + + + 2010-08-31 diff --git a/chapter06/pkg-config.xml b/chapter06/pkg-config.xml index ceb9581cf..4dd4f36ea 100644 --- a/chapter06/pkg-config.xml +++ b/chapter06/pkg-config.xml @@ -42,6 +42,12 @@ Installation of Pkg-config + First fix a problem with underquoting that shows up in later versions of + autoconf: + +sed -i -e 's/XT])dnl/XT])[]dnl/' \ + -e 's/\.])dnl/\.])[]dnl/' pkg.m4 + Prepare Pkg-config for compilation: ./configure --prefix=/usr diff --git a/general.ent b/general.ent index 4e3fed40d..3a1874d50 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ - - + + -- 2.11.4.GIT