Skip to content

Instantly share code, notes, and snippets.

@briancollins
Created September 16, 2011 22:05
Show Gist options
  • Save briancollins/1223274 to your computer and use it in GitHub Desktop.
Save briancollins/1223274 to your computer and use it in GitHub Desktop.
From 7f136fa9d68b9f24aa84b02fffcf5fc180e7c658 Mon Sep 17 00:00:00 2001
From: Brian Collins <brian@gastownlabs.com>
Date: Fri, 16 Sep 2011 23:02:34 +0100
Subject: [PATCH] Use glibtoolize on OS X
---
autogen.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/autogen.sh b/autogen.sh
index 16871ed..15c7447 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -8,7 +8,7 @@ directory=`dirname $0`
touch $directory/configure.ac
# Regenerate configuration files
-libtoolize --copy
+glibtoolize --copy
aclocal
autoheader
automake --foreign --add-missing --copy
--
1.7.6.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment