summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVikram Narayanan <vikram186@gmail.com>2012-02-11 13:47:48 +0530
committerTakashi Iwai <tiwai@suse.de>2012-02-13 15:17:45 +0100
commitd5b6ecbbd63e39acdfd1404f0085ad16a1942f19 (patch)
treeb566fa75dda0b0527ea77a2edf9be50645db5d22
parent5b91ee7f61d9d743bb30b3dc0d98422bb0cd3092 (diff)
downloadalsa-utils-d5b6ecbbd63e39acdfd1404f0085ad16a1942f19.tar.gz
Trivial fixes in INSTALL file
Changed from HG->git in the INSTALL file Signed-off-by: Vikram Narayanan <vikram186@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--INSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 202c491..544d5d2 100644
--- a/INSTALL
+++ b/INSTALL
@@ -24,11 +24,11 @@ package. The configure script from alsa-utils package probably cannot find
header file asoundlib.h in $prefix/include/alsa directory (usually in
/usr/include/alsa directory).
-Compilation from HG sources
+Compilation from git sources
---------------------------
You need also GNU packages autoconf and automake installed in your system
-to compile HG (Mercurial) sources of alsa-utils package.
+to compile git sources of alsa-utils package.
For compilation you can use these commands:
@@ -40,7 +40,7 @@ For compilation you can use these commands:
./configure
make
-The included hgcompile script does this job for you.
+The included gitcompile script does this job for you.
Note: Some automake packages have missing aclocal program. Use newer version
in the case.