summaryrefslogtreecommitdiff
path: root/buildconf
blob: b30eea375116aea2f734ac937e2f5e3a44a1a790 (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
autoconf 

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