Re: Convincing Automake to support libtool

2004-11-21 Thread Alexandre Duret-Lutz
>>> "Bob" == Bob Friesenhahn <[EMAIL PROTECTED]> writes: Bob> What I have now learned the hard way is that aclocal ignores the Bob> AC_CONFIG_MACRO_DIR([m4]) definition in configure.ac. IMHO it's a bug in whatever let you think aclocal would honor AC_CONFIG_MACRO_DIR to way you thought. It cer

Re: Convincing Automake to support libtool

2004-11-20 Thread Bob Friesenhahn
On Sat, 20 Nov 2004, Bob Friesenhahn wrote: It seems that none of the libtool related macro definitions are being expanded in configure even though aclocal and autoconf do not produce any warnings. I expect that this is why Automake does not detect libtool. What I have now learned the hard way i

Re: Convincing Automake to support libtool

2004-11-20 Thread Bob Friesenhahn
It seems that none of the libtool related macro definitions are being expanded in configure even though aclocal and autoconf do not produce any warnings. I expect that this is why Automake does not detect libtool. Bob == Bob Friesenhahn [EMAIL PROTECTED] htt