From: Alexander F. <Ale...@gm...> - 2001-07-20 19:17:34
|
Joseph Wenninger wrote: >Hi > >I get some errors while running make -f Makefile.cvs >*** Retrieving configure tests needed by configure.in >.(aclocal: configure.in: 465: macro `AM_PATH_OGG' not found in library >aclocal: configure.in: 467: macro `AM_PATH_VORBIS' not found in library > You need vorbis.m4 and ogg.m4 at the moment to rebuild configure. I would suggest : - install libogg and libvorbis (including developer files) - copy the missing .m4 files to the /usr/share/aclocal directory It might be possible to paste these .m4 files into configure.in.in to remove the requirement to have these files in aclocal. But this would have the disadvantage that we duplicate something which is already there. Alexander |