summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 8a25f54a6443e8c8dc2eb056889e0b45fb8e21c3 (plain)
1
2
3
4
5
6
7
#! /bin/sh

aclocal \
&& automake --gnu --add-missing \
&& autoconf \
&& ./configure --enable-maintainer-mode