------------------------------------------------------------------------
])
-if test "x$tools" = "x"; then
-echo "**IMPORTANT**"
-echo "You don't seem to have the development package for libogg (libogg-devel) available. Only the library will be built (no encoder/decoder executable)"
-echo "You can download libogg from http://www.vorbis.com/download.psp"
-fi
-
echo "Type \"make; make install\" to compile and install";
echo "Type \"make check\" to run the test suite";