summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtto Sabart2021-02-22 22:43:48 +0100
committerOtto Sabart2021-02-22 22:43:48 +0100
commitd9d9dbcdbedd4dd2dc6562abc9394e8bcd4fa4f2 (patch)
treebfbe5775743906e53a74d9e48a559f54efb6fb4b
parent130a8db08ce20b2d585116116c0128450805e09e (diff)
downloadaur-d9d9dbcdbedd4dd2dc6562abc9394e8bcd4fa4f2.tar.gz
fix autoreconf issue
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a00b2fb41e60..c0d21921a27f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -83,7 +83,7 @@ build() {
export OCAML_TOOLS=n
unset LDFLAGS
- autoreconf
+ autoreconf --install
./configure --prefix=/usr \
--sbindir=/usr/bin \
--disable-ocamltools \