Commit 912953a4b4cdc3c99b51d9914ad61c916d4a3103

Authored by Julian Raschke
Committed by Stéphane Raimbault
1 parent 391f063e

Remove reference to "configure.sh" (?)

Showing 1 changed file with 2 additions and 2 deletions
README.md
... ... @@ -26,8 +26,8 @@ QNX and Windows.
26 26 Installation
27 27 ------------
28 28  
29   -To install, just run the usual dance, `./configure && make install` and run
30   -`./autogen.sh` first if the `configure.sh` is not present.
  29 +To install, just run the usual dance, `./configure && make install`. Run
  30 +`./autogen.sh` first to generate the `configure` script.
31 31  
32 32 If you want to compile with Microsoft Visual Studio, you need to install
33 33 <http://code.google.com/p/msinttypes/> to fill the absence of stdint.h.
... ...