]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
thought i had committed this some time ago
authorJelte Jansen <jelte@NLnetLabs.nl>
Thu, 14 May 2009 12:24:14 +0000 (12:24 +0000)
committerJelte Jansen <jelte@NLnetLabs.nl>
Thu, 14 May 2009 12:24:14 +0000 (12:24 +0000)
README
README.svn

diff --git a/README b/README
index 6f7d4fe5e9e3fc1a67b677572c9c74db59475446..3a93c41eceb4ff9d5b8c6d2de8bdfe474010535e 100644 (file)
--- a/README
+++ b/README
@@ -39,16 +39,14 @@ You can configure and compile it in a separate build directory.
 There are some examples and dns related tools in the examples/ directory.
 These can be built with:
 1. cd examples/
-2  autoreconf
-3. ./configure [--with-ldns=<path to ldns installation or build>]
-4. gmake
+2. ./configure [--with-ldns=<path to ldns installation or build>]
+3. gmake
 
 * Drill
 Drill can be built with:
 1. cd drill/
-2. autoreconf
-3. ./configure [--with-ldns=<path to ldns installation or build>]
-4. gmake
+2. ./configure [--with-ldns=<path to ldns installation or build>]
+3. gmake
 
 Note that you need to set LD_LIBRARY_PATH if you want to run the binaries
 and you have not installed the library to a system directory. You can use
index 7f652d4175d4654d88c37734de771a7d1e996c80..83ec4c100f35182656b3f98de29fe4f9944e746c 100644 (file)
@@ -9,7 +9,7 @@
 # so you might need to remove that (with newer versions
 # it is needed)
 libtoolize -c --install
-autoreconf
+autoreconf --install
 ./configure
 make
 make doc  # needs doxygen for the html pages