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

cd "$(dirname "$0")"
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