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