Alexander Leidinger wrote: > Now I have another problem: the configure script uses > "--no-verify" for libtool. Therefore I _have_ to use > "configure mycpu-blafasel-mysystem" to configure it. As a workaround > I've committed a configure script with --no-verify removed. I haven't > found a way to do it with autoconf. Do you have an idea?
Yes. This is the very nature of the problem if you commit auto* generated files into the CVS. Apperantly you upgraded your auto* and libtool packages since you first generated these files. The solution: delete ./libtool, ./ltmain.sh and run libtoolize (after that you have to run aclocal, automake and autoconf as well). Akos _______________________________________________ mp3encoder mailing list [EMAIL PROTECTED] http://minnie.tuhs.org/mailman/listinfo/mp3encoder
