From 3fc2001e473c37cf0a57e7bbb94cca1892d9d318 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Wed, 22 Sep 2010 20:44:02 +0000 Subject: Move the fix for the Autoconf underquoting bug from Pkg-config to Autoconf. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9392 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/autoconf.xml | 5 +++++ chapter06/pkg-config.xml | 6 ------ 2 files changed, 5 insertions(+), 6 deletions(-) (limited to 'chapter06') diff --git a/chapter06/autoconf.xml b/chapter06/autoconf.xml index 97fc0daa6..c4990b8e2 100644 --- a/chapter06/autoconf.xml +++ b/chapter06/autoconf.xml @@ -41,6 +41,11 @@ Installation of Autoconf + Fix an underquoting bug in Autoconf that causes the regeneration of + configuration scripts of some packages outside of LFS to fail: + +sed -i -e 's/])m4_defun/[]&/' lib/m4sugar/m4sugar.m4 + Prepare Autoconf for compilation: ./configure --prefix=/usr diff --git a/chapter06/pkg-config.xml b/chapter06/pkg-config.xml index 4dd4f36ea..ceb9581cf 100644 --- a/chapter06/pkg-config.xml +++ b/chapter06/pkg-config.xml @@ -42,12 +42,6 @@ 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 -- cgit v1.2.3-54-g00ecf