From: Jaroslav Kysela Date: Mon, 26 Nov 2001 18:33:40 +0000 (+0000) Subject: A bit updated X-Git-Tag: v1.0.3~561 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=4efc53523a2918b67abb3c6ac016c783bed8da21;p=alsa-lib.git A bit updated --- 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.