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

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