This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: include an AC_DEFUN


>>>>> "Felix" == Felix Natter <fnatter@gmx.net> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]