speechd-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] update install document to not refer to build.sh


From: William Hubbs
Subject: [PATCH] update install document to not refer to build.sh
Date: Mon, 27 Sep 2010 12:32:02 -0500

The build.sh script is just a wrapper; the preferred way to generate the
configure script is to use autoreconf -i, so this updates the install
documentation to reflect that.
---
 INSTALL |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/INSTALL b/INSTALL
index 5a7d174..27f1c47 100644
--- a/INSTALL
+++ b/INSTALL
@@ -153,7 +153,7 @@ sensitive.
 Then please do:
 
  $ cd speech-dispatcher # where speech-dispatcher is your Git clone
- $ ./build.sh
+ $ autoreconf -i
 
 Now the configure file should be created and you can proceed like with
 an ordinary instalation.
@@ -233,7 +233,7 @@ sensitive.
 Then please do:
 
  $ cd speech-dispatcher-0.7
- $ ./build.sh
+ $ autoreconf -i
 
 Now the configure file should be created and you can proceed like with
 an ordinary instalation.
-- 
1.7.2.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]