Re: [Hamlib-developer] FBSD try Compiling
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: Stephane F. <f8...@fr...> - 2003-02-13 08:50:59
|
On Wed, Feb 12, 2003, Sebastian Yepes [ESN] wrote:
> uname -a
>
> FreeBSD wire.x123.info 4.7-STABLE FreeBSD 4.7-STABLE #2: Sun Feb 9 22:27:49
> GMT 2003 ro...@wi...:/usr/obj/usr/src/sys/MYK4.7 i386
>
>
>
> sh autogen.sh --disable-static --with-tcl=/usr/local/lib/tcl8.3
>
> /usr/local/bin/gm4: configure.in: No such file or directory
^^^^^^^^^^^^
You must be running the wrong version of automake.
Please, make sure to read the README.developer, esp. the section on
required versions:
* autoconf 2.54 # autoconf --version
* automake 1.5 # automake --version
then update your package/modify your autogen.sh accordingly.
Otherwise, if you don't want to bother about these tools,
just download an out-of-the-shelf snapshot at
http://hamlib.org/bleeding-edge/hamlib-1.1.4cvs-030210.tar.gz
and let us know.
Cheers,
Stephane
|