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

This commit is contained in:
Christoph Niethammer 2011-12-08 14:39:16 +00:00
parent 26ca628568
commit 8af47939d3

View file

@ -38,7 +38,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)
} }