From owner-svn-ports-all@FreeBSD.ORG Wed Jul 24 07:21:27 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mandree.no-ip.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by hub.freebsd.org (Postfix) with ESMTP id 8BB7C76; Wed, 24 Jul 2013 07:21:27 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from [IPv6:::1] (localhost6.localdomain6 [IPv6:::1]) by apollo.emma.line.org (Postfix) with ESMTP id 97FDB23CE3E; Wed, 24 Jul 2013 09:21:26 +0200 (CEST) Message-ID: <51EF8076.3080005@FreeBSD.org> Date: Wed, 24 Jul 2013 09:21:26 +0200 From: Matthias Andree User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130623 Thunderbird/17.0.7 MIME-Version: 1.0 To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r323573 - head/devel/rapidsvn References: <201307240707.r6O77IYo050460@svn.freebsd.org> In-Reply-To: <201307240707.r6O77IYo050460@svn.freebsd.org> X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: ade@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Jul 2013 07:21:27 -0000 Am 24.07.2013 09:07, schrieb Matthias Andree: > -USE_AUTOTOOLS= autoconf libtool automake > +USE_AUTOTOOLS= autoconf libtool automake aclocal Should not USE_AUTOTOOLS="automake" automatically include "aclocal"? I'd say it should, or are there cases where automake without aclocal would work? In my upstream software, whenever you run automake, you need aclocal, too.