Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 May 2006 17:08:10 -0700
From:      Jeremy Chadwick <freebsd@jdc.parodius.com>
To:        freebsd-ports@freebsd.org
Subject:   Re: Help with configure.in
Message-ID:  <20060523000810.GA77461@pentarou.parodius.com>
In-Reply-To: <200605221543.02228.beech@alaskaparadise.com>
References:  <200605221543.02228.beech@alaskaparadise.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, May 22, 2006 at 03:43:00PM -0800, Beech Rintoul wrote:
> I added the patch with a version check for 4.x in the makefile.The patch 
> applies cleanly, but now when it gets to the build stage it bails with the 
> following:
> 
> ===>  Building for proftpd-1.3.0_2
> cd . && autoconf
> autoconf: not found
> gmake: *** [configure] Error 127
> *** Error code 2
> 
> What am I doing wrong?

GNU autoconf is a nightmare -- none of the versions are compatible
with one another.  So, the way we dealt with this in the FreeBSD
world was to "individualise" each version:

drwxr-xr-x    3 root      wheel     512  9 Mar 18:35 devel/autoconf213/
drwxr-xr-x    3 root      wheel     512  5 May 03:57 devel/autoconf253/
drwxr-xr-x    3 root      wheel     512  5 May 03:57 devel/autoconf259/

Try something like `autoconf259` instead.  There's no generic
`autoconf` because of the versioning nightmare... :-)

HTH, FWIW...

-- 
| Jeremy Chadwick                                 jdc at parodius.com |
| Parodius Networking                        http://www.parodius.com/ |
| UNIX Systems Administrator                   Mountain View, CA, USA |
| Making life hard for others since 1977.               PGP: 4BD6C0CB |




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060523000810.GA77461>