>>>>> "Jerome" == Jerome G Benoit <[EMAIL PROTECTED]> writes:
Jerome> test "$prefix" = NONE && prefix=${HOME}/local
Jerome> test "$exec_prefix" = NONE && exec_prefix=${HOME}
Jerome> Autoconf considers as expected the first line,
Jerome> BUT NOT the second one, namely:
Jerome> `@prefix@' is replaced by `<HOME>/local`
Jerome> `@bindir` by `${exec_prefix}/bin`
I think this is normal. That is the correct default value for bindir
(which you aren't setting). Does this lead to some actual problem?
What is exec_prefix replaced by?
Tom