Bug 20019

Summary: Fixes issues with making port on a machine without automake/autoconf.
Product: Ports & Packages Reporter: Erich Zigler <erich>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Erich Zigler 2000-07-19 01:00:02 UTC
	Fixes problems with making the port on a machine without automake or autoconf.
Comment 1 billf 2000-07-19 01:11:09 UTC
On Tue, Jul 18, 2000 at 11:59:51PM -0000, Erich Zigler wrote:

> --- gabber.orig/Makefile        Tue Jul 18 17:56:24 2000
> +++ gabber/Makefile     Tue Jul 18 18:03:02 2000
> @@ -26,6 +26,8 @@
>  USE_X_PREFIX=  yes
>  USE_GMAKE=     yes
>  USE_LIBTOOL=   yes
> +USE_AUTOMAKE=  yes
> +USE_AUTOCONF=  yes
>  CONFIGURE_ENV+=        GTK_CONFIG="${GTK_CONFIG}" GLIB_CONFIG="${GLIB_CONFIG}" \

USE_AUTOMAKE implies USE_AUTOCONF.

USE_AUTOMAKE should imply USE_GMAKE, but doesn't.

-- 
Bill Fumerola -	Network Architect, BOFH / Chimes, Inc.
                billf@chimesnet.com / billf@FreeBSD.org
Comment 2 alex freebsd_committer freebsd_triage 2000-07-19 08:01:50 UTC
State Changed
From-To: open->closed

Duplicate of PR 20020.