Commit 61c0fe2a authored by Wesley W. Terpstra's avatar Wesley W. Terpstra

autogen.sh: support mac os

parent a761eaf7
#! /bin/sh
cd $(dirname $(readlink -e "$0"))
cd $(dirname "$0")
set -ex
git log > ChangeLog
aclocal -I auto
autoheader
autoconf
libtoolize -c
which libtoolize >/dev/null && libtoolize -c || glibtoolize -c
automake -a -c
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment