From owner-freebsd-ports@FreeBSD.ORG Wed Oct 3 21:07:10 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C17CE106566B for ; Wed, 3 Oct 2012 21:07:10 +0000 (UTC) (envelope-from ade@FreeBSD.org) Received: from panix.lovett.com (panix.lovett.com [166.84.7.128]) by mx1.freebsd.org (Postfix) with ESMTP id 996D18FC14 for ; Wed, 3 Oct 2012 21:07:10 +0000 (UTC) Received: from 97-94-225-1.dhcp.lncy.or.charter.com ([97.94.225.1] helo=[172.16.32.155]) by panix.lovett.com with esmtpa (Exim 4.80 (FreeBSD)) (envelope-from ) id 1TJVqR-0006Wp-IC; Wed, 03 Oct 2012 20:47:03 +0000 Message-ID: <506CA486.8040908@FreeBSD.org> Date: Wed, 03 Oct 2012 13:48:06 -0700 From: Ade Lovett User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: pschmehl_lists@tx.rr.com Subject: Re: Struggling with an autotools problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2012 21:07:10 -0000 On 10/3/2012 13:12, Paul Schmehl wrote: > How do I add the --add-missing option to automake? > > My Makefile has this: > > USE_AUTOTOOLS= automake autoconf aclocal > > I've searched and searched, and I've tried several different things, but > I can't seem to resolve this error. Search harder ;) Lines 34-35 of Mk/bsd.autotools.mk AUTOMAKE_ARGS= --add-missing Simple. -aDe