From 23a061b123d80cee3254327c64ef44eb66babe5a Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Thu, 27 Jun 2013 08:24:14 -0400 Subject: [PATCH] Fix missing autoconf files for sgml-common with newer automake --- stage3/pkg/sgml-common | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/stage3/pkg/sgml-common b/stage3/pkg/sgml-common index 68337f4..4ab4dd6 100644 --- a/stage3/pkg/sgml-common +++ b/stage3/pkg/sgml-common @@ -2,6 +2,11 @@ hvconfig_pre() { + # This package does not distribute some autoconf files, and symlinks them + # to /usr/share/automake. + cd ${LFS_TMP}/${PACKAGE} + autoreconf -f -i + CAT1="/etc/sgml/sgml-ent.cat" CAT2="/usr/share/sgml/sgml-iso-entities-8879.1986/catalog" -- 2.20.1