From c74cb153dbe536347e6e106a764ae07ee92bdf39 Mon Sep 17 00:00:00 2001 From: ezrafree Date: Mon, 20 Jan 2014 12:57:34 -0700 Subject: [PATCH] Correcting autotools.sh to autotool.sh The docs say ./autotools.sh but the file is named autotool.sh --- doc/build-osx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build-osx.md b/doc/build-osx.md index 22538ad5..9adde4c3 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -104,7 +104,7 @@ Installing the dependencies using MacPorts is very straightforward. Once installed dependencies, do: - ./autotools.sh + ./autotool.sh ./configure --enable-logging make