Use "autoreconf -vif" instead of "autogen.sh".

This commit is contained in:
Christoph Niethammer 2011-12-03 21:16:09 +00:00
parent ef7ce70d3c
commit 22d2269798

View file

@ -65,7 +65,7 @@ src_unpack() {
src_prepare() { src_prepare() {
rm -rf autom4te.cache rm -rf autom4te.cache
./autogen.sh autoreconf -vif
version=$(git rev-list -n 1 master) version=$(git rev-list -n 1 master)
} }