diff --git a/INSTALL b/INSTALL index 76474d4c..9f752cd5 100644 --- a/INSTALL +++ b/INSTALL @@ -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.