tlf-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tlf-devel] New bug fix release of tlf


From: Bob Nielsen
Subject: Re: [Tlf-devel] New bug fix release of tlf
Date: Wed, 19 Dec 2007 05:08:51 -0800

That works!

Bob N7XY

On Dec 19, 2007, at 2:33 AM, Joop Stakenborg wrote:

It is ok if cty.dat is in the working directory, same for callmaster.
Looks like the problem
is somewhere in the GNU tools... I did not change configure.in.
I am a complete layman on this. Anyone have a clue as to what I have to
change?


This works for me, change configure.in:

# Set PACKAGE_DATA_DIR in config.h.
if test "x${prefix}" = "xNONE"; then
AC_DEFINE_UNQUOTED(PACKAGE_DATA_DIR,"${ac_default_prefix}/share/$ {PACKAGE}")
else
AC_DEFINE_UNQUOTED(PACKAGE_DATA_DIR, "${prefix}/share/${PACKAGE}")
fi


You should also set datarootdir in src/Makefile.in:

datarootdir = @datarootdir@

Rein


Joop



_______________________________________________
Tlf-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/tlf-devel


Bob Nielsen
address@hidden







reply via email to

[Prev in Thread] Current Thread [Next in Thread]