aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
blob: aa52220a80869cef331e0ea998cbd91ecfb7430c (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

libtoolize --force --copy \
&& aclocal -I m4 --force \
&& autoheader --force \
&& automake --add-missing --copy --force \
&& autoconf --force

pushd harfatum
./autogen.sh
popd