Date: Sat, 3 Apr 2004 21:34:18 -0500 From: Craig Rodrigues <rodrigc@crodrigues.org> To: freebsd-ports@freebsd.org Subject: Problems with USE_AUTOMAKE_VER variable Message-ID: <20040404023418.GA37816@crodrigues.org>
next in thread | raw e-mail | index | archive | help
Hi, I am trying to fix up the apr port, and am trying to understand the interdependencies of the variables which determine how autoconf, automake, and libtool are used. If I have the following variables defined: USE_AUTOCONF_VER= 257 USE_PERL5= yes USE_GMAKE= yes USE_LIBTOOL_VER= 15 LIBTOOLFILES= # none USE_AUTOMAKE_VER= 15 Then the following things happen which I don't want: (1) autoconf 2.53 is used instead of autoconf 2.57 (2) If autoconf is not installed on the system, the correct autoconf port is not downloaded and installed If I change the following line: USE_AUTOMAKE_VER= 15 to: #USE_AUTOMAKE_VER= 15 Then autoconf 2.57 is used, and the autoconf 2.57 port is downloaded and installed. However, the automake version I want to use is not specified. How do I use all these variables properly and get things to work? Thanks. -- Craig Rodrigues http://crodrigues.org rodrigc@crodrigues.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040404023418.GA37816>