From: Akim Demaille <[EMAIL PROTECTED]>
Date: 12 May 2000 09:44:08 +0200
| The current binutils code uses sinclude. There is one copy of
| acinclude.m4 which is used by several configure.in files. The
| acinclude.m4 files in the other directories just say
| sinclude(../bfd/acinclude.m4)
|
| This could be handled via some sort of option to aclocal to tell it
| where to find acinclude.m4, assuming automake supports that (I haven't
| checked).
I understand the need, I don't understand `sinclude'. It seems to me
you want `include', not `sinclude'.
Ignorance, I think. I think I just copied sinclude from some other m4
script.
Ian