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

aclocal && \
libtoolize -c --force --automake && \
aclocal && \
autoheader  && \
automake -a -c --foreign || automake -a -c --foreign
autoconf

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