On 11/8/10, Raymond Toy <toy.raymond at gmail.com> wrote:
> Why are these files created? I don't seem to get them on my builds.
Those files seem to be erased at the end of configure.
I stopped configure part way through to see them.
> Anyway, can you try the following fix? In configure.in, use this line
> for default_sharedirs:
>
> default_sharedirs=`find share -type d | sort | egrep -v
> 'share$|CVS|/fortran' | sed 's;share/\(.*\);"\1";' | tr '\n' ' '`
That seems to make the errors go away.
best
Robert Dodier