Skip to content

Instantly share code, notes, and snippets.

@Akagi201
Forked from mdavid/autogen.sh.patch
Created December 6, 2015 04:26
Show Gist options
  • Save Akagi201/77a5d9d6319fca81f15a to your computer and use it in GitHub Desktop.
Save Akagi201/77a5d9d6319fca81f15a to your computer and use it in GitHub Desktop.
Patch for libaacplus on OS X
diff --git a/autogen.sh b/autogen.sh
index bd14acc..52ce4c4 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -35,7 +35,7 @@ DIE=0
DIE=1
}
-(libtool --help) < /dev/null > /dev/null 2>&1 || {
+(glibtool --help) < /dev/null > /dev/null 2>&1 || {
echo
echo "You must have libtool installed to compile $package."
echo "Download the appropriate package for your system,"
@@ -60,7 +60,7 @@ aclocal $ACLOCAL_FLAGS
echo " autoheader"
autoheader
echo " libtoolize --automake"
-libtoolize --automake
+glibtoolize --automake
echo " automake --add-missing $AUTOMAKE_FLAGS"
automake --add-missing $AUTOMAKE_FLAGS
echo " autoreconf"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment