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

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


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