From f62f76379d9a4fafc68286b3c717b17e3bb2da58 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Sun, 17 Feb 2013 05:56:37 +0000 Subject: [PATCH] Added libtoolize to automake bep so that it will build on x86_64. --- sys-devel/automake/automake-1.13.1.bep | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-devel/automake/automake-1.13.1.bep b/sys-devel/automake/automake-1.13.1.bep index b000891c7..e59db8f10 100644 --- a/sys-devel/automake/automake-1.13.1.bep +++ b/sys-devel/automake/automake-1.13.1.bep @@ -7,6 +7,7 @@ STATUS_HAIKU="stable" DEPEND="" BUILD { cd automake-1.13.1 + libtoolize --force --copy --install COMMON_DOCS=`finddir B_COMMON_DOCUMENTATION_DIRECTORY` COMMON_DATA=`finddir B_COMMON_DATA_DIRECTORY` ./configure --prefix=`finddir B_COMMON_DIRECTORY` \