Skip to content

Commit

Permalink
autogen: Removing unsupported platform Darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuotian Cheng committed May 7, 2016
1 parent f1916ad commit bd6fc8a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions autogen.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
#!/bin/bash

if [ `uname` == "Darwin" ]; then
LIBTOOLIZE=glibtoolize
else
LIBTOOLIZE=libtoolize
fi

touch NEWS README AUTHORS COPYING ChangeLog
$LIBTOOLIZE --force --copy &&
libtoolize --force --copy &&
autoreconf --force --install -I m4
rm -Rf autom4te.cache

0 comments on commit bd6fc8a

Please sign in to comment.