>>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> On Friday 22 November 2002 10:11 am, Lars Gullik Bjønnes wrote: >> One nice way to fix it though is to make LYX_DIR not be a define, >> but a >> >> static char const * const LYX_DIR = ""; >> >> instead. That should fix the problem cleanly. (if you are able to >> use this approach, I would prefere that) Angus> Now how would I do that... Makefile.am: $(CXXCOMPILE) Angus> -DLYX_DIR=\"$(pkgdatadir)\" \ Because sysadmins are used to be able to do make install pkgdatadir=/foo/bar even if they configured differently. JMarc