From f5e9640ee878bf20338c5c0aae68d6e6149f8b28 Mon Sep 17 00:00:00 2001 From: gmadkat Date: Wed, 24 Feb 2016 11:03:01 -0500 Subject: [PATCH] Update README.md For OS X, libtool already exists, it is installed in OS X as glibtool to avoid a name conflict with an existing OS X tool. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3afc8bdb..dae2f4b2 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ package management system to install the compile time files. If you checked out our git you need to copy the libtool helper scripts and rebuild configure with: - # libtoolize -ci + # libtoolize -ci (use glibtoolize for OS X, libtool is installed as glibtool to avoid name conflict on OS X) # autoreconf -fi ## Minimal dependencies