Use "autoreconf -vif" instead of "autogen.sh".
This commit is contained in:
parent
ef7ce70d3c
commit
22d2269798
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ src_unpack() {
|
|||
|
||||
src_prepare() {
|
||||
rm -rf autom4te.cache
|
||||
./autogen.sh
|
||||
autoreconf -vif
|
||||
version=$(git rev-list -n 1 master)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue