> 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 Tlf-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/tlf-devel