[sane-devel] Re: Sane installed twice

2002-10-31 Thread Major A
But it doesn't solve the problem. E.g.: Libraries: @libdir@ results in: Libraries: ${exec_prefix}/lib Grrr. It seems that the expansion is normally done by make, not sh. Your eval way of doing things is good, it can even be repeated like echo `eval eval eval echo ${libdir}` to get

[sane-devel] Re: Sane installed twice

2002-10-30 Thread Henning Meier-Geinitz
Hi, On Wed, Oct 30, 2002 at 12:49:14PM +, Major A wrote: I have a suggestion though: why not create a file install-info.sh.in or similar which contains simple echo statements? This would then be m4-ed by the configure script and all paths substituted by m4 (thus eliminating the deep