[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-gnu-radius] CVS compile fails.
From: |
Gerald |
Subject: |
Re: [Bug-gnu-radius] CVS compile fails. |
Date: |
Tue, 18 Nov 2003 16:40:38 -0500 (EST) |
On Tue, 18 Nov 2003, Sergey Poznyakoff wrote:
> > configure.ac:28: warning: do not use m4_patsubst: use patsubst or
> > m4_bpatsubst
> [..]
> > configure.ac: no proper invocation of AM_INIT_AUTOMAKE was found.
>
> indicates a problem with automake libraries. Was automake shipped with
> the FreeBSD, or did you install it over the previous version?
I tried to trick radius into using the newer one:
mail:/usr/ports/devel/automake17/>pkg_info|grep automake
automake-1.5,1 GNU Standards-compliant Makefile generator
automake-1.7.5_1 GNU automake generates input files for GNU autoconf
mail:/usr/ports/devel/automake17/>ls -al /usr/local/bin/automake*
-r-xr-xr-x 1 root wheel 270772 Nov 18 14:12 /usr/local/bin/automake
-r-xr-xr-x 1 root wheel 216043 Jun 13 17:54 /usr/local/bin/automake15
-r-xr-xr-x 1 root wheel 270772 Nov 18 14:46 /usr/local/bin/automake175
mail:/usr/ports/devel/automake17/>
I'll try and straighten my automake out and run it again. Installed both
from ports. then: cp automake automake15 && cp automake175 automake.
The ports will let them co-exist, but it names subsequent version binaries
with their version number.
G