summaryrefslogtreecommitdiff
path: root/buildconf
blob: d56b942960f1cf9750e9b5b6c42adfef5fa5f118 (plain)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh

aclocal -I . && \
libtoolize -c --force --automake && \
aclocal -I . && \
autoheader -Wall && \
automake -a -c --gnu || automake -a -c --gnu
autoconf


echo "You can now run \"./configure --enable-developer-mode\" and \"make\""