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

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

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