summaryrefslogtreecommitdiff
path: root/buildconf
blob: cf5d3ab02da67f891b70b52919b4e7cbf64304d0 (plain)
1
2
3
4
5
6
7
8
9
10
#! /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-maintainer-mode\" and \"make\""