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

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