summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: c9e4200da5f8928321c4904f68ae2e47fc3a3170 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh -ex

cd "$(dirname "$0")"
mkdir -p config
libtoolize --copy
autoheader -I config
touch NEWS README AUTHORS ChangeLog
touch stamp-h
aclocal -I config
autoconf -I config
automake -ac --foreign -Woverride
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback