From 4efc53523a2918b67abb3c6ac016c783bed8da21 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 26 Nov 2001 18:33:40 +0000 Subject: [PATCH] A bit updated --- INSTALL | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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. -- 2.47.1