On Sep 9, 2000, Tom Tromey <[EMAIL PROTECTED]> wrote:
>>>>>> "Felix" == Felix Natter <[EMAIL PROTECTED]> writes:
Felix> how can I include an AC_DEFUN macro-definition from another file ?
> The best way is to put it into aclocal.m4 and it will aut
>>>>> "Felix" == Felix Natter <[EMAIL PROTECTED]> writes:
Felix> how can I include an AC_DEFUN macro-definition from another file ?
The best way is to put it into aclocal.m4 and it will automatically be
included.
Otherwise you can use `sinclude', but that is a hack.
Tom
hi,
how can I include an AC_DEFUN macro-definition from another file ?
I am not using automake, so I tried
include(`file.m4')
but it does not work (include is not being substituted)
thanks,
--
Felix Natter