From owner-freebsd-current@FreeBSD.ORG Tue Feb 28 22:15:45 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8C4D16A420 for ; Tue, 28 Feb 2006 22:15:45 +0000 (GMT) (envelope-from markir@paradise.net.nz) Received: from linda-1.paradise.net.nz (bm-1a.paradise.net.nz [203.96.152.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 364A443D45 for ; Tue, 28 Feb 2006 22:15:44 +0000 (GMT) (envelope-from markir@paradise.net.nz) Received: from smtp-3.paradise.net.nz (tclsnelb1-src-1.paradise.net.nz [203.96.152.172]) by linda-1.paradise.net.nz (Paradise.net.nz) with ESMTP id <0IVF00GTD4I7AD@linda-1.paradise.net.nz> for freebsd-current@freebsd.org; Wed, 01 Mar 2006 11:15:43 +1300 (NZDT) Received: from [192.168.1.11] (218-101-28-12.dsl.clear.net.nz [218.101.28.12]) by smtp-3.paradise.net.nz (Postfix) with ESMTP id C5368EEEF2F; Wed, 01 Mar 2006 11:15:42 +1300 (NZDT) Date: Wed, 01 Mar 2006 11:15:42 +1300 From: Mark Kirkwood In-reply-to: <86veuz7c9u.fsf@xps.des.no> To: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= Message-id: <4404CB8E.1020300@paradise.net.nz> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 8BIT X-Accept-Language: en-us, en User-Agent: Mozilla Thunderbird 1.0.6 (X11/20051106) References: <44013740.6000609@kashzone.info> <86r75qednn.fsf@xps.des.no> <440248FD.6080806@paradise.net.nz> <86veuz7c9u.fsf@xps.des.no> Cc: freebsd-current@freebsd.org, Kash Pande Subject: Re: /bin/sh doesn't run autoconf'ied configure scripts correctly X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2006 22:15:45 -0000 Dag-Erling Smørgrav wrote: > Mark Kirkwood writes: > >>A related possibility is that you need to amend the include path for >>aclocal correctly/differently. On 6.0R I get a sensible result out >>of autogen.sh if I change the aclocal command to: >> >>run_or_die $ACLOCAL -I m4 -I /usr/local/share/aclocal > > > this should not be necessary if autoconf was installed from ports > (devel/gnu-autoconf). > > DES I'm using the autoconf259 and automake19 ports, this doctoring seems to be needed in some cases anyway - audacious and enlightenment CVS HEAD are the two examples I can recall. M