summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 9b8498a3fe5ea775c4a5a82b4216cd58957cafdd (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
libtoolize -c
aclocal -I m4
autoheader
automake -a -c --foreign
autoconf
if test -f piplib/autogen.sh; then
	(cd piplib; ./autogen.sh)
fi