* Ralph Castain wrote on Thu, Nov 30, 2006 at 03:55:05PM CET: > > I updated this morning and hit a few problems. I found I was using autoconf > 2.60, so I had to update to automake 1.10 as you indicated. However, once I > did that, I still couldn't build due to the following errors: > > configure.in:1994: warning: macro `AM_PROG_LIBTOOL' not found in library > [Running] autoheader > [Running] autoconf > configure.in:1997: error: possibly undefined macro: AM_PROG_LIBTOOL > If this token and others are legitimate, please use m4_pattern_allow. > See the Autoconf documentation.
> I am running: > > Autoconf 2.60 > Automake 1.10 > Libtool 1.5.22 Which version of m4 do you use? Did libtoolize throw an error (earlier in the autogen output)? Cheers, Ralf
