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

aclocal -I m4 -I gl/m4 --force
autoheader --force
autoconf --force
echo Run ./configure now ...