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

aclocal -I m4
autoheader
autoconf
automake -a -c -f
echo autogen.sh: now run ./configure