On Wed, Mar 02, 2005 at 10:36:14PM -0500, Stefan Seefeld wrote:
> Hi Thomas,
> 
> 
> > Did you install any of these ports of autoconf?
> 
> yes, autoconf-2.59_2 is currently installed.
> 
> > Remember the ports tree is a skeleton of potential applications you can
> > install, they are not the actual installed apps themselves.. be sure and
> > read the Ports/Packages section of the handbook :
> >
> > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html
> 
> " A pkg-plist file. This is a list of all the files that will be installed 
> by the port. It also tells the ports system what files to remove upon 
> deinstallation."
> 
> Well, I was looking for 'autoconf' in these files but didn't find it.
> And indeed, even though I have 'autoconf-2.59_2' installed, all I have
> is 'autoconf259', but not 'autoconf'.

This is necessary because the autoconf developers don't understand why
backwards compatibility is important for their tools (new versions
like 2.59 cannot be used to build old applications that were written
for e.g. 2.13, nor can multiple versions of autoconf be easily
installed concurrently).

You can use the gnu-autoconf and related ports, which installs into
/usr/local/gnu-autotools so they do not poison the build environment
of other ports.  YOu might have to play games with PATH or other
variables to get your application to find them.

Kris

Attachment: pgpv8ouu2tU3h.pgp
Description: PGP signature

Reply via email to