From 8f3b4cdcc885ffc85ef3d5e2f8da6a268198719d Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Thu, 7 Feb 2008 19:53:13 +0000 Subject: Add a patch to fix an issue with the Automake tests. Fixes #2143. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8474 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/automake.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'chapter06') diff --git a/chapter06/automake.xml b/chapter06/automake.xml index aeb683563..fefa708d1 100644 --- a/chapter06/automake.xml +++ b/chapter06/automake.xml @@ -41,6 +41,12 @@ Installation of Automake + Patch a test in the Automake test suite to fix an issue that occurs + when running the tests as root: + + +patch -Np1 -i ../&automake-test-patch; + Prepare Automake for compilation: ./configure --prefix=/usr -- cgit v1.2.3-54-g00ecf