Re: autoreconf thinks I'm not using libtool

2010-03-14 Thread Peter Johansson
Hi John, Thanks for your reply. On 3/14/10 5:34 PM, John Calcote wrote: Hi Peter, I noticed from your output that autoconf is found in /opt/local/bin. Is there any way that libtool could be "not found" in that path? I ask because the error looks sort of like autoreconf thinks that libtool i

Re: autoreconf thinks I'm not using libtool

2010-03-14 Thread John Calcote
Hi Peter, On 3/14/2010 10:38 AM, Peter Johansson wrote: Hello, I experience that autoreconf, for some reason, thinks I'm not using libtool. I slimmed down my configure.ac to the following: AC_INIT([1.0], [hello]) AM_INIT_AUTOMAKE([foreign]) AC_LANG([C++]) AC_PROG_CXX AC_PROG_LIBTOOL AC_CONFI