]> git.alsa-project.org Git - alsa-lib.git/commitdiff
A bit updated
authorJaroslav Kysela <perex@perex.cz>
Mon, 26 Nov 2001 18:33:40 +0000 (18:33 +0000)
committerJaroslav Kysela <perex@perex.cz>
Mon, 26 Nov 2001 18:33:40 +0000 (18:33 +0000)
INSTALL

diff --git a/INSTALL b/INSTALL
index 76474d4ca624d81247fec3da8605c8caa0f23712..9f752cd5cdbca9199229136c975887618937bcc1 100644 (file)
--- 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.