[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tlf-devel] New bug fix release of tlf
From: |
Joop Stakenborg |
Subject: |
Re: [Tlf-devel] New bug fix release of tlf |
Date: |
Wed, 19 Dec 2007 11:33:40 +0100 (CET) |
User-agent: |
SquirrelMail/1.4.11 |
> 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