aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mtr/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-04-17 12:30:07 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-04-17 12:30:07 +0000
commit1d8737f8e21eca4bc92df4be80848b67da3c3c2a (patch)
treed90b45cc2b523035a18d15038699164d0f797cfd /testing/mtr/APKBUILD
parenta4bde33c11ae0e960f722f6e6904eedd42f3c532 (diff)
testing/mtr: build fix. run automake --add-missing
Diffstat (limited to 'testing/mtr/APKBUILD')
-rw-r--r--testing/mtr/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/mtr/APKBUILD b/testing/mtr/APKBUILD
index dadfbae1dac..4e2da61f362 100644
--- a/testing/mtr/APKBUILD
+++ b/testing/mtr/APKBUILD
@@ -27,7 +27,7 @@ prepare() {
*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
esac
done
- aclocal && touch ChangeLog && autoreconf
+ aclocal && touch ChangeLog && autoconf && automake --add-missing
}
build() {