Date: Wed, 1 Mar 2000 03:29:17 +0500 (KGT)
   From: CyberPsychotic <[EMAIL PROTECTED]>

   ~ :Sorry, I wasn't suggesting that you upgrade to a new version of
   ~ :autoconf.  I was suggesting that you pick up the new macro, and put it
   ~ :in your acinclude.m4 file, just as you are doing with my macro.

   Opps.. I didn't know about it. I usually place macros into configure.in or
   some randomly named file and then do `include(./filename.m4)' from
   configure.in. Would it make difference if I name file `acinclude.m4'?

autoconf will automatically include any macros you put in aclocal.m4.
No need for the include.  If you use automake, it includes an aclocal
program which builds aclocal.m4 for you; in that case, you put your
own macros into acinclude.m4.

Ian

Reply via email to