Merge pull request #199 from rick-masters/fix-vars-to-make-automake

Provide same vars to make as configure in case make re-runs configure.
This commit is contained in:
Andrius Štikonas 2022-09-17 11:29:13 +01:00 committed by GitHub
commit 263dd982cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ src_configure() {
}
src_compile() {
make MAKEINFO=true
AUTORECONF=autoreconf-2.64 AUTOM4TE=autom4te-2.64 AUTOHEADER=autoheader-2.64 AUTOCONF=autoconf-2.64 make MAKEINFO=true
}
src_install() {