On Thu, 1 Nov 2001, Zdenek Kabelac wrote: > > So I ran ./autogensh, (that script did complain about both > > configure.ac,and configure.in was present, not that that matters) > > that's ok - we just want to be compiled with newer autoconf. > > But - for Debian testing you may try one thing - > remove generation of .ac links in autogen.sh and > check what happens with you configure avifile again - does it help ?
The generation of .ac links in autogen.sh .. would that be this line: test -h configure.ac || ln -sf configure.in configure.ac ? So I changed it into: test -h configure.ac ok.. no warnings when running ./autogen.sh however... at some point I got the same configure.ac/configure.in warning.. I fixed it by removing the link found in ./libmmxnow then start ./configure over AGAIN.. SAME error about '--no verify' ... BTW: seems like my system is not as broken as it was before I did that reinstall.. MPlayer would not compile properly with my half way upgrade to testing... (that is, upgrade without dist-upgrade :( ) now it compiled! --- Rune Elvemo --- Octagon / Digital Minds [EMAIL PROTECTED] http://home.c2i.net/elvemo _______________________________________________ Avifile mailing list [EMAIL PROTECTED] http://prak.org/mailman/listinfo/avifile
