diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-10-18 21:32:36 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-10-18 21:32:36 +0000 |
commit | dc12771bd961ee34ad275a1dabf583204b51785f (patch) | |
tree | 3ffdf26266dbb26233dd30a77e4defc534df2df9 /chapter06 | |
parent | 5520a6c9cced5d7e175c0fa82a06a3de08c672d2 (diff) |
Upgrade to Autoconf-2.68. Fixes #2763.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9397 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/autoconf.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter06/autoconf.xml b/chapter06/autoconf.xml index c4990b8e2..97fc0daa6 100644 --- a/chapter06/autoconf.xml +++ b/chapter06/autoconf.xml @@ -41,11 +41,6 @@ <sect2 role="installation"> <title>Installation of Autoconf</title> - <para>Fix an underquoting bug in Autoconf that causes the regeneration of - configuration scripts of some packages outside of LFS to fail:</para> - -<screen><userinput remap="pre">sed -i -e 's/])m4_defun/[]&/' lib/m4sugar/m4sugar.m4</userinput></screen> - <para>Prepare Autoconf for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen> |