Hi! > You don't need to run automake, that is already done for you. You just need > to run configure. > > > The prefix should default to the prefix set in Makefile.am, if prefix is > > /usr the sword config file should be stored in /etc instead of /usr/etc. > > The problem is that it _is_ defaulting to the default prefix. Try using > usrinst.sh It has most peoples preferred settings. Or you can adjust it to > your needs.
Found it. It's fine. Another comment: I can't get the debug code get disabled! Even if I use --disable-debug the option -g3 is still added. Joachim