added autogen.sh
authorAndrew Tridgell <tridge@samba.org>
Mon, 5 Apr 2010 04:28:40 +0000 (14:28 +1000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 5 Apr 2010 04:28:40 +0000 (14:28 +1000)
building.php

index 1d7bed06f999bda532ce5b14a0c2b1ab5c054f39..2c9f0026540ba5b03109552a0968bf0d559fad8c 100644 (file)
@@ -138,15 +138,17 @@ the build dependencies section of this guide.</p>
 A typical set of commands to build a package would be:
 
 <pre></b>
+   ./autogen.sh
    ./configure --prefix=$HOME/prefix
    make
    make install
 </b></pre>
 
 That would put the build commands in $HOME/prefix/bin. The above
-recipe doesn't work for all packages, but it will work for a large
-number of them. Read the package documentation for the details of
-building the package you are working on.
+recipe doesn't work for all packages (for example, many don't have an
+autogen.sh script), but it will work for a large number of them. Read
+the package documentation for the details of building the package you
+are working on.
 
 <h3>Using the source code management system</h3>