summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMantas Mikulėnas2019-04-11 08:35:45 +0300
committerMantas Mikulėnas2019-04-11 08:35:45 +0300
commit38e1ac0d36d67ace1aee59b25ebe1b72236082bf (patch)
tree98e8fa06504286af4fc2f6256825c160af8f4660
parentadeb2fcd11de389c27d8412bbd57c8916176b253 (diff)
downloadaur-38e1ac0d36d67ace1aee59b25ebe1b72236082bf.tar.gz
work around autogen.sh not recognizing automake 1.16
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 59a336a32b54..2354ef39663f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,7 @@ pkgver() {
prepare() {
cd "$_pkgname"
sed -i '1s/\<python\>/&2/' build/tap-*
- NOCONFIGURE=1 ./autogen.sh
+ AUTOMAKE=automake ACLOCAL=aclocal NOCONFIGURE=1 ./autogen.sh
}
build() {