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

aclocal \
&& automake --gnu --add-missing \
&& autoconf \
&& CFLAGS="-Wall -pedantic -g" ./configure --enable-maintainer-mode