Build libogg from repository source
mainIf you are building directly from the repository source (e.g., via SVN), you must first generate the configuration files using autogen.sh before running the standard build sequence.
./autogen.sh
./configure
make
# Optionally (as root):
make install