aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/json-c/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/main/json-c/APKBUILD b/main/json-c/APKBUILD
index 9484baf6de..6fca893ca5 100644
--- a/main/json-c/APKBUILD
+++ b/main/json-c/APKBUILD
@@ -23,8 +23,7 @@ prepare() {
*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
esac
done
- libtoolize --force && aclocal && autoconf && autoheader \
- && automake --add-missing
+ autoreconf -f -v -i
}
build() {