|
From: Andy Sy <an...@ne...> - 2003-10-19 11:30:32
|
Brian Paul wrote: > Andy Sy wrote: > >> Change AM_PROG_LIBTOOL in configure.in to AC_PROG_LIBTOOL, >> do aclocal, autoconf and the libtool errors will disappear. >> >> I'm still getting a depcomp error further into the compilation, >> but at least there's a bit of progress. Ok, made one more small step towards compilability. Do an automake -a autoconf ./configure and the missing depcomp will be put in. Yet another libtool error will follow complaining about "unrecognized option -c" Sigh... I don't understand what's really going on with these blasted autotools... The guy who last maintained may be using a buggy version of the autotools. |