A bit updated

This commit is contained in:
Jaroslav Kysela 2001-11-26 18:33:40 +00:00
parent 1566f1b5b8
commit 4efc53523a

View file

@ -27,12 +27,16 @@ to compile CVS sources of alsa-lib package.
For compilation you can use these commands:
libtoolize --force --copy --automake
aclocal
automake --foreign
autoheader
automake --foreign --copy --add-missing
autoconf
./configure
make
The included cvscompile script does this job for you.
Note: Some automake packages have missing aclocal program. Use newer version
in the case.