Patrick Ouellette | 23 Sep 2005 03:19

TS-2000 patch

Attached is a patch to make the S meter work with a TS-2000.

If others are using hamlib with a ts-2000 and tell me what is not
working, I'll try and make it work.

73 de Pat KB8PYM

--

-- 

Patrick Ouellette                 pat <at> flying-gecko.net
kb8pym <at> arrl.net                   Amateur Radio: KB8PYM 
Living life to a Jimmy Buffett soundtrack
"Crank the amp to 11, this needs more cowbell - and a llama wouldn't hurt either"
Attachment (ts2000.hamlib.patch.gz): application/octet-stream, 1293 bytes
Thomas Klausner | 28 Sep 2005 09:47
Picon

[patch] hamlib.m4 quoting fix

Hi!

Newer autoconf versions want more quoting when defining macros,
and warn if the quotes are missing.  Old versions grok the extra
quotes.

Please apply the attached patch to fix this problem in hamlib.m4
(against hamlib-1.2.4, but web-cvs says this file hasn't changed
in three years).

Thanks,
 Thomas
$NetBSD: patch-aa,v 1.3 2005/09/28 07:44:59 wiz Exp $

--- hamlib.m4.orig	2002-05-28 23:33:10.000000000 +0200
+++ hamlib.m4
 <at>  <at>  -10,7 +10,7  <at>  <at>  dnl
 dnl For backwards compatibility, if ACTION_IF_NOT_FOUND is not specified,
 dnl and the hamlib libraries are not found, a fatal AC_MSG_ERROR() will result.
 dnl
-AC_DEFUN(AM_PATH_HAMLIB,
+AC_DEFUN([AM_PATH_HAMLIB],
 [dnl Save the original CFLAGS, LDFLAGS, and LIBS
 hamlib_save_CFLAGS="$CFLAGS"
 hamlib_save_LDFLAGS="$LDFLAGS"
Stephane Fillod | 28 Sep 2005 23:20
Picon
Favicon

Re: TS-2000 patch

Patrick Ouellette wrote:
> Attached is a patch to make the S meter work with a TS-2000.

Thanks! I reworked it to only redefine LEVEL_STRENGTH and LEVEL_ATT,
and fall back to common kenwood for other levels. This is in CVS repository.

> If others are using hamlib with a ts-2000 and tell me what is not
> working, I'll try and make it work.

I hope there's no protocol differences between firmware revisions..

73's
--

-- 
Stephane - F8CFE

-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
Robert Steinhäußer | 28 Sep 2005 23:12
Picon

Re: [patch] hamlib.m4 quoting fix

Hi all,

Thomas Klausner schrieb:
> Newer autoconf versions want more quoting when defining macros,
> and warn if the quotes are missing.  Old versions grok the extra
> quotes.

applied. Thanks Thomas.

73, Robert DL1NC/N9KBK

-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl

Gmane