Danpoleary wrote: > Hello, > > I downloaded the complete src from cvs. and as normal, I try to > run ./configure, but it does not exist. > > Was it removed from src?
Its a generated file so its not on source. FLAC development has moved to git. See : https://git.xiph.org/?p=flac.git;a=summary When you check that code out do: ./autogen.sh ./configure and so on. Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/ _______________________________________________ flac-dev mailing list [email protected] http://lists.xiph.org/mailman/listinfo/flac-dev
