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

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

echo "You can now run \"./configure\" and \"make\""