Bonjour:
I have the fellowing `config.site': (see automake documentation)
test "$prefix" = NONE && prefix=${HOME}/local
test "$exec_prefix" = NONE && exec_prefix=${HOME}
Autoconf considers as expected the first line,
BUT NOT the second one, namely:
`@prefix@' is replaced by `<HOME>/local`
`@bindir` by `${exec_prefix}/bin`
Any idea,
thanks in advance.
Jerome BENOIT
- Re: config.site Jerome G. Benoit
- Re: config.site Tom Tromey
- Re: config.site Raja R Harinath
