From 991e7f2facf27716ae61c71fb23227db991f3c8a Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Fri, 27 Jan 2012 23:51:02 +0000 Subject: [PATCH] README: Explain that we need to run `./autogen.sh` if compiling from git Closes #70 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cc8e8280..5ac0b2d6 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,8 @@ saslauth: Installation is done with the `./configure ; make ; make install` commands. +If you are building from git, you will need to run `./autogen.sh` first to produce the `configure` script. + You can use ./configure --help if you want to get a list of options, though the defaults should be suiting