We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fc4cac commit 751a9f4Copy full SHA for 751a9f4
autogen.sh
@@ -7,7 +7,8 @@
7
8
rm -rf autom4te.cache
9
rm -f aclocal.m4
10
-libtoolize --force --copy
+case `uname` in Darwin*) glibtoolize --force --copy ;;
11
+ *) libtoolize --force --copy ;; esac
12
autoreconf --install
13
autoheader
14
automake --add-missing --foreign --copy --force-missing
0 commit comments