From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 19:42:52 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D43ED16A419 for ; Sun, 29 Jul 2007 19:42:52 +0000 (UTC) (envelope-from fatman.uk@gmail.com) Received: from hu-out-0506.google.com (hu-out-0506.google.com [72.14.214.227]) by mx1.freebsd.org (Postfix) with ESMTP id 5DEF213C491 for ; Sun, 29 Jul 2007 19:42:52 +0000 (UTC) (envelope-from fatman.uk@gmail.com) Received: by hu-out-0506.google.com with SMTP id 28so749927hub for ; Sun, 29 Jul 2007 12:42:50 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:from; b=RsoT8eO/SCIJcX5ya0ENiliS8O7UJzmIMwdwwEurm2pKRpf+1V9CSWKaTwwB3SdJOlJgkornpAr9mcaaHxQgH/Oq6Etf7pVrttUZ+xwzk0YKOk/KuMGt0aiURMXID9f6jVfzQ/BmTVA3tb3rPYBRYcPjQ9hIVWOHPWEBEjt9XOo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:from; b=U80YsDh3kxezaBIxkyijNETDzY1VwR4aiX3bpdCrWWYdcxVt9ALh7Kl5rciAxdnBQNptwC5jdvoV5HrNrhwnLe9D8iB+pFEIyfPP9MaTj5rFPqI5EW0Wg7d4HD3tJNn09S46E3dj/r0nxZKUyJIRebbiakqnhiR0KiJgNmDR2Vc= Received: by 10.86.60.7 with SMTP id i7mr3409063fga.1185738170620; Sun, 29 Jul 2007 12:42:50 -0700 (PDT) Received: from monju-bosatsu.dreamtrack.dnsalias.com ( [86.18.88.217]) by mx.google.com with ESMTPS id g17sm1983410nfd.2007.07.29.12.42.49 (version=SSLv3 cipher=RC4-MD5); Sun, 29 Jul 2007 12:42:49 -0700 (PDT) Message-ID: <46ACEDB9.3000507@crackmonkey.us> Date: Sun, 29 Jul 2007 20:42:49 +0100 User-Agent: Thunderbird 2.0.0.0 (X11/20070421) MIME-Version: 1.0 To: Albert.Shih@obspm.fr References: <20070728114722.GA27644@pcjas.obspm.fr> In-Reply-To: <20070728114722.GA27644@pcjas.obspm.fr> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit From: Adam J Richardson Cc: freebsd-questions@freebsd.org Subject: Re: autoconf261 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2007 19:42:52 -0000 Albert Shih wrote: > Hi all > > I've strange problem with autoconf 261 ports. > > He install autoconf under > > /usr/local/bin/autoconf261 > instead > > /usr/local/bin/autoconf-261 > > It's ports bug ? or it's me do something wrong ? > > Regards. > > Albert SHIH Hi Albert, I've just had a very weird afternoon investigating autoconf and automake. They seem pretty cool but I must digest some more manuals and tutorials before I understand them well enough to write my own configure.ac and Makefile.am files. With the help of a tutorial I wrote a brilliant configure.ac/Makefile.am combination and managed to get from "helloworld.cc" to "/usr/local/bin/hello" in a few easy steps. :D It'll be harder for my larger projects though... I had some trouble actually locating the files automake19, aclocal19 and autoconf259. I thought they would be called automake, aclocal and autoconf. Guess I was wrong. Apparently it's FreeBSD's way of keeping several versions of these programs concurrently. It would be handy if the ports installed symlinks to the most recent versions, instead of me having to add some aliases to /etc/csh.cshrc. Oh, don't know if this will be a problem for you, but unless my ports tree is out of date, the latest automake relies on autoconf v2.59 rather than the latest autoconf, v2.61. Adam J Richardson