From ec786b746e7ea3a38c1a2aa06724b6db3ad9f58a Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 27 Sep 2020 20:51:41 +0000 Subject: Add autoconf-2.69-consolidated_fixes-1.patch which allows autoconf tests to pass. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12050 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter08/autoconf.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'chapter08/autoconf.xml') diff --git a/chapter08/autoconf.xml b/chapter08/autoconf.xml index 53d97070b..dfdc4d93d 100644 --- a/chapter08/autoconf.xml +++ b/chapter08/autoconf.xml @@ -41,9 +41,10 @@ Installation of Autoconf - First, fix a bug generated by Perl 5.28. + First, apply a patch fixes several problems that occur with the latest + perl, libtool, and bash version. -sed -i '361 s/{/\\{/' bin/autoscan.in +patch -Np1 -i ../&autoconf-fixes-patch; Prepare Autoconf for compilation: @@ -52,11 +53,12 @@ Compile the package: make + + To test the results, issue: The test suite is currently broken by bash-5 and libtool-2.4.3. To run the tests anyway, issue: - + --> make check