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

autoreconf -v || exit 1

./configure "$@"