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

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