This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: include an AC_DEFUN
- To: Felix Natter <fnatter at gmx dot net>
- Subject: Re: include an AC_DEFUN
- From: Tom Tromey <tromey at cygnus dot com>
- Date: 09 Sep 2000 12:13:55 -0600
- Cc: automake at gnu dot org
- References: <m3snrgufgb.fsf@mybaby.home.felix>
- Reply-To: tromey at cygnus dot com
>>>>> "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