Le 12/09/2011 08:55, Kornel a écrit :
In cmake you get suffixes in build-run, because it is easier to install data without renaming them.
The opposite was true for autoconf :) I do not have a preference for any of these, actually. I suspect that changing $PACKAGE in autoconf to add the suffix would achieve something like what cmake is doing.
But to achieve what you are after ... you could use -DLYX_PROGRAM_SUFFIX=OFF -DLYX_PACKAGE_SUFFIX=ON
I think adding a non-binary version (that matches --with-version-suffix if possible) would be nice. Do you have a use case for having two different switches?
JMarc