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

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